From: Lothar Waßmann Date: Tue, 17 Oct 2017 09:17:55 +0000 (+0200) Subject: ARM: dts: imx6-tx6: add trickle-charge config for DS1339 X-Git-Tag: v4.15-rc1~75^2~23^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01b175c56040a1763c505dc912a325cea232d522;p=thirdparty%2Flinux.git ARM: dts: imx6-tx6: add trickle-charge config for DS1339 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi index c6bec97fbeaf5..a50bf71a44315 100644 --- a/arch/arm/boot/dts/imx6qdl-tx6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi @@ -284,6 +284,8 @@ ds1339: rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; + trickle-resistor-ohms = <250>; + trickle-diode-disable; }; };