]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: imx28-tx28: add trickle-charge config for DS1339
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 11 Oct 2017 11:05:39 +0000 (13:05 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:31 +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/imx28-tx28.dts

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