ARM: dts: Add max77693 charger node for exynos4412-trats2
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 3 Feb 2015 22:47:39 +0000 (07:47 +0900)
committerKukjin Kim <kgene@kernel.org>
Tue, 3 Feb 2015 22:47:39 +0000 (07:47 +0900)
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>
arch/arm/boot/dts/exynos4412-trats2.dts

index 8072d90..0976f4d 100644 (file)
                                haptic-supply = <&ldo26_reg>;
                                pwms = <&pwm 0 38022 0>;
                        };
+
+                       charger {
+                               compatible = "maxim,max77693-charger";
+
+                               maxim,constant-microvolt = <4350000>;
+                               maxim,min-system-microvolt = <3600000>;
+                               maxim,thermal-regulation-celsius = <100>;
+                               maxim,battery-overcurrent-microamp = <3500000>;
+                               maxim,charge-input-threshold-microvolt = <4300000>;
+                       };
                };
        };