Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
f2e3d666 5b167212

+3 -3
+1 -1
arch/arm/boot/dts/imx7-tqma7.dtsi
··· 16 16 }; 17 17 18 18 &cpu0 { 19 - arm-supply = <&sw1a_reg>; 19 + cpu-supply = <&sw1a_reg>; 20 20 }; 21 21 22 22 &i2c1 {
+1 -1
arch/arm/boot/dts/imx7d-zii-rmu2.dts
··· 33 33 }; 34 34 35 35 &cpu0 { 36 - arm-supply = <&sw1a_reg>; 36 + cpu-supply = <&sw1a_reg>; 37 37 }; 38 38 39 39 &ecspi1 {
+1 -1
arch/arm/boot/dts/imx7d-zii-rpu2.dts
··· 182 182 }; 183 183 184 184 &cpu0 { 185 - arm-supply = <&sw1a_reg>; 185 + cpu-supply = <&sw1a_reg>; 186 186 }; 187 187 188 188 &clks {