Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379303 > unrolled thread
| Started by | John Stultz <john.stultz@linaro.org> |
|---|---|
| First post | 2016-04-14 23:10 +0200 |
| Last post | 2016-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.
[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
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Date | 2016-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]
| From | Rob Herring <robh+dt@kernel.org> |
|---|---|
| Date | 2016-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]
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Date | 2016-04-15 19:30 +0200 |
| Subject | Re: [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