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>
This commit is contained in:
Krzysztof Kozlowski 2015-02-04 07:47:39 +09:00 committed by Kukjin Kim
parent faf9a3eaa1
commit 043ef1485f

View File

@ -548,6 +548,16 @@
haptic-supply = <&ldo26_reg>; haptic-supply = <&ldo26_reg>;
pwms = <&pwm 0 38022 0>; 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>;
};
}; };
}; };