forked from Minki/linux
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:
parent
faf9a3eaa1
commit
043ef1485f
@ -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>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user