Commit 8da0af5d authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 99f698e2
...@@ -236,6 +236,10 @@ at24c04@54 { ...@@ -236,6 +236,10 @@ at24c04@54 {
}; };
}; };
&snvsrtc {
status = "disabled";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart0>; pinctrl-0 = <&pinctrl_uart0>;
......
...@@ -671,6 +671,10 @@ sff9_i2c: i2c@5 { ...@@ -671,6 +671,10 @@ sff9_i2c: i2c@5 {
}; };
}; };
&snvsrtc {
status = "disabled";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart0>; pinctrl-0 = <&pinctrl_uart0>;
......
...@@ -211,6 +211,10 @@ eeprom@52 { ...@@ -211,6 +211,10 @@ eeprom@52 {
}; };
}; };
&snvsrtc {
status = "disabled";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart0>; pinctrl-0 = <&pinctrl_uart0>;
......
...@@ -219,6 +219,10 @@ at24c04@52 { ...@@ -219,6 +219,10 @@ at24c04@52 {
}; };
}; };
&snvsrtc {
status = "disabled";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart0>; pinctrl-0 = <&pinctrl_uart0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment