From 2a40c0e9d96dba8623dd1cd4482bd92f1c896dbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 23 Oct 2017 14:25:58 +0200 Subject: [PATCH] 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. --- arch/arm/boot/dts/imx28-tx28.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts index 52d99b49f8af..222368f4be57 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; }; }; -- 2.39.2