diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-11-14 21:08:24 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-21 19:09:07 -0500 |
commit | 28398c69a7f99861d9631d5cfbadf8cd054ccf93 (patch) | |
tree | 8f746b9bc3950c4d1f459184a54f9479e600313b /arch/arm/boot | |
parent | 406c07e7ed23337e01b908b2882886f48a49c30c (diff) |
ARM: dst: OMAP3-N900: Add n900-battery support
This adds support for the N900's battery to the
Nokia N900 DTS file.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index de15feac259b..6fbf44a4bf5e 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -115,6 +115,12 @@ | |||
115 | eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */ | 115 | eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */ |
116 | speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>; | 116 | speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>; |
117 | }; | 117 | }; |
118 | |||
119 | battery: n900-battery { | ||
120 | compatible = "nokia,n900-battery"; | ||
121 | io-channels = <&twl_madc 0>, <&twl_madc 4>, <&twl_madc 12>; | ||
122 | io-channel-names = "temp", "bsi", "vbat"; | ||
123 | }; | ||
118 | }; | 124 | }; |
119 | 125 | ||
120 | &omap3_pmx_core { | 126 | &omap3_pmx_core { |