Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1379303 > unrolled thread

[PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts

Started byJohn Stultz <john.stultz@linaro.org>
First post2016-04-14 23:10 +0200
Last post2016-04-15 19:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts John Stultz <john.stultz@linaro.org> - 2016-04-14 23:10 +0200
    Re: [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts Rob Herring <robh+dt@kernel.org> - 2016-04-15 19:00 +0200
    Re: [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface  to dts Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-04-15 19:30 +0200

#1379303 — [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts

FromJohn Stultz <john.stultz@linaro.org>
Date2016-04-14 23:10 +0200
Subject[PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts
Message-ID<rnWGu-5f-7@gated-at.bofh.it>
Add support for battery level reading on the Nexus7 by
enabling the bq27541 driver in the nexus7 dts

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Arnd Bergmann <arnd.bergmann@linaro.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Andy Gross <agross@codeaurora.org>
Cc: Vinay Simha BN <simhavcs@gmail.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
index 15da084..b9028ab 100644
--- a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
@@ -228,6 +228,12 @@
 					reg = <0x52>;
 					pagesize = <32>;
 				};
+
+				bq27541@55 {
+					compatible = "ti,bq27541";
+					reg = <0x55>;
+				};
+
 			};
 		};
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1380015

FromRob Herring <robh+dt@kernel.org>
Date2016-04-15 19:00 +0200
Message-ID<rofg7-67R-35@gated-at.bofh.it>
In reply to#1379303
On Thu, Apr 14, 2016 at 4:07 PM, John Stultz <john.stultz@linaro.org> wrote:
> Add support for battery level reading on the Nexus7 by
> enabling the bq27541 driver in the nexus7 dts
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Arnd Bergmann <arnd.bergmann@linaro.org>
> Cc: Pawel Moll <pawel.moll@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
> Cc: Kumar Gala <galak@codeaurora.org>
> Cc: Andy Gross <agross@codeaurora.org>
> Cc: Vinay Simha BN <simhavcs@gmail.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Stephen Boyd <stephen.boyd@linaro.org>
> Cc: linux-arm-msm@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Signed-off-by: John Stultz <john.stultz@linaro.org>
> ---
>  arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 6 ++++++
>  1 file changed, 6 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [next] | [standalone]


#1380055 — Re: [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts

FromBjorn Andersson <bjorn.andersson@linaro.org>
Date2016-04-15 19:30 +0200
SubjectRe: [PATCH 2/2] device-tree: nexus7: Add bq27541 battery interface to dts
Message-ID<rofJ8-6Cp-19@gated-at.bofh.it>
In reply to#1379303
On Thu 14 Apr 14:07 PDT 2016, John Stultz wrote:

> Add support for battery level reading on the Nexus7 by
> enabling the bq27541 driver in the nexus7 dts
> 
[..]

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web