diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-11 13:07:38 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 02:19:33 +0200 |
commit | a2802e65320a0cb1e0d154c9430b1f692e1fa23b (patch) | |
tree | 1acaca18ea05a334c8f876ce19769f546c059bfb /arch/arm/boot/dts/imx53-tx53.dtsi | |
parent | ARM: dts: imx53-tx53: remove obsolete eeti,egalax_ts (diff) | |
download | linux-a2802e65320a0cb1e0d154c9430b1f692e1fa23b.tar.xz linux-a2802e65320a0cb1e0d154c9430b1f692e1fa23b.zip |
ARM: dts: imx53-tx53: 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/imx53-tx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index a3e7cf9c7870..72971da84075 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi @@ -245,6 +245,8 @@ pinctrl-0 = <&pinctrl_ds1339>; interrupt-parent = <&gpio4>; interrupts = <20 0>; + trickle-resistor-ohms = <250>; + trickle-diode-disable; }; }; |