Commit 7519e95b authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: Do clean up in stmpic nodes on stm32mp15 boards

Remove unused properties from stpmic node.
The issues have been detected by running dtbs_check.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent f68e2dbc
...@@ -169,7 +169,6 @@ vdd: buck3 { ...@@ -169,7 +169,6 @@ vdd: buck3 {
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-always-on; regulator-always-on;
st,mask_reset;
regulator-initial-mode = <0>; regulator-initial-mode = <0>;
regulator-over-current-protection; regulator-over-current-protection;
}; };
...@@ -209,8 +208,6 @@ vtt_ddr: ldo3 { ...@@ -209,8 +208,6 @@ vtt_ddr: ldo3 {
vdd_usb: ldo4 { vdd_usb: ldo4 {
regulator-name = "vdd_usb"; regulator-name = "vdd_usb";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
interrupts = <IT_CURLIM_LDO4 0>; interrupts = <IT_CURLIM_LDO4 0>;
interrupt-parent = <&pmic>; interrupt-parent = <&pmic>;
}; };
...@@ -236,7 +233,6 @@ v1v8: ldo6 { ...@@ -236,7 +233,6 @@ v1v8: ldo6 {
vref_ddr: vref_ddr { vref_ddr: vref_ddr {
regulator-name = "vref_ddr"; regulator-name = "vref_ddr";
regulator-always-on; regulator-always-on;
regulator-over-current-protection;
}; };
bst_out: boost { bst_out: boost {
......
...@@ -220,8 +220,6 @@ vtt_ddr: ldo3 { ...@@ -220,8 +220,6 @@ vtt_ddr: ldo3 {
vdd_usb: ldo4 { vdd_usb: ldo4 {
regulator-name = "vdd_usb"; regulator-name = "vdd_usb";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
interrupts = <IT_CURLIM_LDO4 0>; interrupts = <IT_CURLIM_LDO4 0>;
}; };
...@@ -243,7 +241,6 @@ v1v8: ldo6 { ...@@ -243,7 +241,6 @@ v1v8: ldo6 {
vref_ddr: vref_ddr { vref_ddr: vref_ddr {
regulator-name = "vref_ddr"; regulator-name = "vref_ddr";
regulator-always-on; regulator-always-on;
regulator-over-current-protection;
}; };
bst_out: boost { bst_out: boost {
......
...@@ -306,8 +306,6 @@ vtt_ddr: ldo3 { ...@@ -306,8 +306,6 @@ vtt_ddr: ldo3 {
vdd_usb: ldo4 { vdd_usb: ldo4 {
regulator-name = "vdd_usb"; regulator-name = "vdd_usb";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
interrupts = <IT_CURLIM_LDO4 0>; interrupts = <IT_CURLIM_LDO4 0>;
}; };
...@@ -330,7 +328,6 @@ v1v2_hdmi: ldo6 { ...@@ -330,7 +328,6 @@ v1v2_hdmi: ldo6 {
vref_ddr: vref_ddr { vref_ddr: vref_ddr {
regulator-name = "vref_ddr"; regulator-name = "vref_ddr";
regulator-always-on; regulator-always-on;
regulator-over-current-protection;
}; };
bst_out: boost { bst_out: boost {
......
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