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>
This commit is contained in:
Lothar Waßmann
2017-10-17 11:17:55 +02:00
committed by Shawn Guo
parent a7f37f26e9
commit 01b175c560

View File

@@ -284,6 +284,8 @@ &i2c1 {
ds1339: rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
trickle-resistor-ohms = <250>;
trickle-diode-disable;
};
};