Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511107
| From | Milo Kim <woogyom.kim@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/8] ARM: dts: tps65217: Add the charger device |
| Date | 2016-10-28 14:40 +0200 |
| Message-ID | <sxeBY-8kL-43@gated-at.bofh.it> (permalink) |
| References | <sxeBX-8kL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Support the charger driver and disable it by default.
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
---
arch/arm/boot/dts/tps65217.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi
index 27935f8..8f77d0d 100644
--- a/arch/arm/boot/dts/tps65217.dtsi
+++ b/arch/arm/boot/dts/tps65217.dtsi
@@ -16,6 +16,11 @@
interrupt-controller;
#interrupt-cells = <1>;
+ charger {
+ compatible = "ti,tps65217-charger";
+ status = "disabled";
+ };
+
regulators {
#address-cells = <1>;
#size-cells = <0>;
--
2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/8] Support TPS65217 PMIC interrupt in DT Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 3/8] ARM: dts: tps65217: Add the power button device Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 2/8] ARM: dts: tps65217: Add the charger device Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 5/8] dt-bindings: mfd: Provide human readable defines for TPS65217 interrupts Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 [PATCH v2 8/8] mfd: tps65217: Fix mismatched interrupt number Milo Kim <woogyom.kim@gmail.com> - 2016-10-28 14:40 +0200 Re: [PATCH v2 0/8] Support TPS65217 PMIC interrupt in DT Tony Lindgren <tony@atomide.com> - 2016-11-09 22:40 +0100
csiph-web