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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
};

&cpu0 {
	arm-supply = <&sw1a_reg>;
	cpu-supply = <&sw1a_reg>;
};

&i2c1 {
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
};

&cpu0 {
	arm-supply = <&sw1a_reg>;
	cpu-supply = <&sw1a_reg>;
};

&ecspi1 {
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
};

&cpu0 {
	arm-supply = <&sw1a_reg>;
	cpu-supply = <&sw1a_reg>;
};

&clks {