]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx28-tx28: add trickle-charge config for DS1339
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 23 Oct 2017 12:25:58 +0000 (14:25 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 23 Oct 2017 12:25:58 +0000 (14:25 +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/imx28-tx28.dts

index 52d99b49f8af8579b5b281881c8ac534b8b9e70d..222368f4be575f4f6f9e9a0bdaca0c673cb5e9e9 100644 (file)
        ds1339: rtc@68 {
                compatible = "mxim,ds1339";
                reg = <0x68>;
+               trickle-resistor-ohms = <250>;
+               trickle-diode-disable;
        };
 };