diff options
author | Sebastian Reichel <sre@debian.org> | 2013-10-12 23:01:59 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@debian.org> | 2013-10-12 23:53:31 +0200 |
commit | bc10ba2452975ce397f461cbf85f1a70d3920e51 (patch) | |
tree | 6c55e81785db8a72c659e7d9c116ea602b59b2c3 | |
parent | 2b5e8ebcacb24a3bbfa9b8d84cb6f8bb7e082bfb (diff) | |
download | linux-ssi-cleaned-dt3.tar.bz2 |
DTS: ARM: OMAP3-N900: Add bq27200 battery monitorssi-cleaned-dt3
Support the bq27200 battery monitor chip.
Signed-off-by: Sebastian Reichel <sre@debian.org>
-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 f4128679b596..969b944c73aa 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -240,6 +240,11 @@ pinctrl-0 = <&i2c2_pins>; clock-frequency = <100000>; + + bq27200: bq27200@55 { + compatible = "ti,bq27200"; + reg = <0x55>; + }; }; &i2c3 { |