Commit f2e3d666 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx7: Correct CPU supply name

i.MX7 uses cpufreq-dt driver which requires the CPU supply name to be
either "cpu0-supply" or "cpu-supply", correct it.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5b167212
...@@ -16,7 +16,7 @@ memory@80000000 { ...@@ -16,7 +16,7 @@ memory@80000000 {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&i2c1 { &i2c1 {
......
...@@ -33,7 +33,7 @@ debug { ...@@ -33,7 +33,7 @@ debug {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&ecspi1 { &ecspi1 {
......
...@@ -182,7 +182,7 @@ &adc2 { ...@@ -182,7 +182,7 @@ &adc2 {
}; };
&cpu0 { &cpu0 {
arm-supply = <&sw1a_reg>; cpu-supply = <&sw1a_reg>;
}; };
&clks { &clks {
......
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