summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-02-13 16:24:38 -0200
committerShawn Guo <shawnguo@kernel.org>2019-03-19 16:46:22 +0800
commit8da0af5d6d39fa8d9f2e230045d93f2677ce089e (patch)
treeef21c4405376d41153d87733c35c51a5aa508240 /arch/arm/boot/dts/vf610-zii-scu4-aib.dts
parent99f698e268786da84dd49bd36176c6d27fa04894 (diff)
ARM: dts: vf610-zii: Disable SNVS RTC
None of these vf610-zii boards have a battery or super-capacitor holding up power to the SNVS RTC embedded in the Vybrid SoC, so it is preferable to disable the snvsrtc node. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610-zii-scu4-aib.dts')
-rw-r--r--arch/arm/boot/dts/vf610-zii-scu4-aib.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
index de6dfa57bec5..e3952e9ea0db 100644
--- a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
+++ b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
@@ -671,6 +671,10 @@
};
};
+&snvsrtc {
+ status = "disabled";
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart0>;