From: Lothar Waßmann Date: Tue, 24 Oct 2017 13:00:14 +0000 (+0200) Subject: ARM: dts: imx6-tx6: add trickle-charge config for DS1339 X-Git-Tag: KARO-TX6-2017-10-26~4^2~9 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=7499a4bfdca94709c1a662fde3b03193fe2cc98e 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. --- diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi index c6bec97fbeaf..a50bf71a4431 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; }; };