diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-17 11:17:55 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 02:19:44 +0200 |
commit | 01b175c56040a1763c505dc912a325cea232d522 (patch) | |
tree | 15d9adee190d52acf6da084a34158f62870629ae /arch/arm/boot/dts/imx6qdl-tx6.dtsi | |
parent | ARM: dts: imx6-tx6: remove obsolete ipu1 alias (diff) | |
download | linux-01b175c56040a1763c505dc912a325cea232d522.tar.xz linux-01b175c56040a1763c505dc912a325cea232d522.zip |
ARM: dts: imx6-tx6: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-tx6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-tx6.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi index c6bec97fbeaf..a50bf71a4431 100644 --- a/arch/arm/boot/dts/imx6qdl-tx6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi @@ -284,6 +284,8 @@ ds1339: rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; + trickle-resistor-ohms = <250>; + trickle-diode-disable; }; }; |