diff options
author | Sebastian Reichel <sre@debian.org> | 2013-10-22 18:49:36 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-23 04:13:09 -0400 |
commit | b2b9b258042f23fcfeb4f4b8878aa58664168f26 (patch) | |
tree | 8d3cd98709e7e06d5f15728bbcfd3e69d6d30b78 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 06ba7a61331c1e5fc908c3acf06006da73d32ed4 (diff) |
ARM: dts: omap3-n900: Add LP5523 support
Add support for LP5523 device.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index a02f64f65fae..c7e0d2d668ba 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -159,6 +159,11 @@ | |||
159 | pinctrl-0 = <&i2c2_pins>; | 159 | pinctrl-0 = <&i2c2_pins>; |
160 | 160 | ||
161 | clock-frequency = <100000>; | 161 | clock-frequency = <100000>; |
162 | |||
163 | bq27200: bq27200@55 { | ||
164 | compatible = "ti,bq27200"; | ||
165 | reg = <0x55>; | ||
166 | }; | ||
162 | }; | 167 | }; |
163 | 168 | ||
164 | &i2c3 { | 169 | &i2c3 { |