aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-02-03 17:47:39 -0500
committerKukjin Kim <kgene@kernel.org>2015-02-03 17:47:39 -0500
commit043ef1485fccd2c5ba36f6a9532b4a9697148150 (patch)
treed115d2f83524f2e23833ee25a0504f8c83cbcc49
parentfaf9a3eaa1226bea07c8637e993f063fb128b615 (diff)
ARM: dts: Add max77693 charger node for exynos4412-trats2
Add to Trats2 DTS new node for configuring the max77693 charger driver. Only the maxim,constant-microvolt differs from default value but set all of the optional properties anyway. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos4412-trats2.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 8072d9002945..0976f4d464af 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -548,6 +548,16 @@
548 haptic-supply = <&ldo26_reg>; 548 haptic-supply = <&ldo26_reg>;
549 pwms = <&pwm 0 38022 0>; 549 pwms = <&pwm 0 38022 0>;
550 }; 550 };
551
552 charger {
553 compatible = "maxim,max77693-charger";
554
555 maxim,constant-microvolt = <4350000>;
556 maxim,min-system-microvolt = <3600000>;
557 maxim,thermal-regulation-celsius = <100>;
558 maxim,battery-overcurrent-microamp = <3500000>;
559 maxim,charge-input-threshold-microvolt = <4300000>;
560 };
551 }; 561 };
552 }; 562 };
553 563