diff mbox series

[4/7] ARM: dts: imx53-tx53: add trickle-charge config for DS1339

Message ID 1507720061-27666-5-git-send-email-LW@KARO-electronics.de
State New
Headers show
Series ARM: dts: imx53: Update Update Ka-Ro TX53 dts files | expand

Commit Message

Lothar Waßmann Oct. 11, 2017, 11:07 a.m. UTC
As the DS1339 driver now supports enabling the trickle charge feature
via DTB, add the appropriate properties to utilize this feature.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
---
 arch/arm/boot/dts/imx53-tx53.dtsi | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi
index a3e7cf9..72971da8 100644
--- a/arch/arm/boot/dts/imx53-tx53.dtsi
+++ b/arch/arm/boot/dts/imx53-tx53.dtsi
@@ -245,6 +245,8 @@ 
 		pinctrl-0 = <&pinctrl_ds1339>;
 		interrupt-parent = <&gpio4>;
 		interrupts = <20 0>;
+		trickle-resistor-ohms = <250>;
+		trickle-diode-disable;
 	};
 };