diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-03-29 13:07:02 -0700 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-03 15:36:44 +0200 |
commit | bad77047b191c7d62ce1f3e0762f775c5e256d7f (patch) | |
tree | 5a2252829894ee249adffdaf9ca13c49f9d49ecf /arch/arm/boot | |
parent | 051ee1a1c24058db62f10a177b1271daebbd2ebe (diff) |
Revert "ARM: dts: imx7-colibri: disable internal RTC on i.MX 7Solo"
Colibri iMX7S V1.1B and later use a newer SoC tape-out which have
the RTC issue resolved. Hence re-enable the internal RTC for
Colibri iMX7S devices.
This reverts commit 77662b82e2eff7da9f56e1b32b4222b3dbf989e9.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx7s-colibri.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx7s-colibri.dtsi b/arch/arm/boot/dts/imx7s-colibri.dtsi index 2096e1924235..349f637337a3 100644 --- a/arch/arm/boot/dts/imx7s-colibri.dtsi +++ b/arch/arm/boot/dts/imx7s-colibri.dtsi @@ -18,6 +18,3 @@ }; }; -&snvs_rtc { - status = "disabled"; -}; |