OSDN Git Service

ARM: dts: imx6-tx6: add trickle-charge config for DS1339
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 17 Oct 2017 09:17:55 +0000 (11:17 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:44 +0000 (08:19 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-tx6.dtsi

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