]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6-tx6: add trickle-charge config for DS1339
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 13:00:14 +0000 (15:00 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 13:00:14 +0000 (15:00 +0200)
As the DS1339 driver now supports enabling the trickle charge feature
via DTB, add the appropriate properties to utilize this feature.

arch/arm/boot/dts/imx6qdl-tx6.dtsi

index c6bec97fbeaf567c19046c8b39ec1f6dddbcdd5c..a50bf71a4431506f2f4c9914bc3f49e10d5f3bba 100644 (file)
        ds1339: rtc@68 {
                compatible = "dallas,ds1339";
                reg = <0x68>;
+               trickle-resistor-ohms = <250>;
+               trickle-diode-disable;
        };
 };