aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSebastian Reichel <sre@debian.org>2014-01-11 16:17:03 -0500
committerBenoit Cousson <bcousson@baylibre.com>2014-03-02 12:36:33 -0500
commit334a09c8c3e9324073981b74b1859d47abb945a4 (patch)
tree31bf0932beb0e79d05dd1b6c019e022d4d82500d /arch/arm
parente17337a26962943c27124a14b0794eabe76af437 (diff)
ARM: dts: OMAP3-N900: Add bq24150a support
This adds support for the bq24150a chip to the Nokia N900 DTS file. Signed-off-by: Sebastian Reichel <sre@debian.org> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 86cceaf3efe9..64aa416ee4c1 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -432,6 +432,20 @@
432 432
433 power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ 433 power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */
434 }; 434 };
435
436 bq24150a: bq24150a@6b {
437 compatible = "ti,bq24150a";
438 reg = <0x6b>;
439
440 ti,current-limit = <100>;
441 ti,weak-battery-voltage = <3400>;
442 ti,battery-regulation-voltage = <4200>;
443 ti,charge-current = <650>;
444 ti,termination-current = <100>;
445 ti,resistor-sense = <68>;
446
447 ti,usb-charger-detection = <&isp1704>;
448 };
435}; 449};
436 450
437&i2c3 { 451&i2c3 {