Commit 135ddae7 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx7d: correct cpu supply name for voltage scaling

Correct CPU supply name to meet cpufreq-dt driver's
requirement for voltage scaling.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1a68ab4d
...@@ -33,7 +33,7 @@ reg_usb_otg1_vbus: regulator-vbus { ...@@ -33,7 +33,7 @@ reg_usb_otg1_vbus: regulator-vbus {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&fec1 { &fec1 {
......
...@@ -144,7 +144,7 @@ &clks { ...@@ -144,7 +144,7 @@ &clks {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&fec1 { &fec1 {
......
...@@ -141,7 +141,7 @@ &adc2 { ...@@ -141,7 +141,7 @@ &adc2 {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&ecspi3 { &ecspi3 {
......
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