diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-11 13:05:39 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 08:19:31 +0800 |
commit | 10c8b7738d05cc28cb6a7b8601de176d8770b62b (patch) | |
tree | 43b61fe6bd7411d0883e2c0fae24d4485398a920 | |
parent | 0d7b6f280bfd462ab24fc65fab80dad29142dab5 (diff) | |
download | talos-obmc-linux-10c8b7738d05cc28cb6a7b8601de176d8770b62b.tar.gz talos-obmc-linux-10c8b7738d05cc28cb6a7b8601de176d8770b62b.zip |
ARM: dts: imx28-tx28: 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.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx28-tx28.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts index 211e67d581cf..ea4079d180d6 100644 --- a/arch/arm/boot/dts/imx28-tx28.dts +++ b/arch/arm/boot/dts/imx28-tx28.dts @@ -361,6 +361,8 @@ ds1339: rtc@68 { compatible = "mxim,ds1339"; reg = <0x68>; + trickle-resistor-ohms = <250>; + trickle-diode-disable; }; }; |