ARM: dts: imx7: Correct CPU supply name
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 12 Mar 2020 09:50:12 +0000 (17:50 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Apr 2020 12:53:33 +0000 (20:53 +0800)
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>
arch/arm/boot/dts/imx7-tqma7.dtsi
arch/arm/boot/dts/imx7d-zii-rmu2.dts
arch/arm/boot/dts/imx7d-zii-rpu2.dts

index 9aaed85..8773344 100644 (file)
@@ -16,7 +16,7 @@
 };
 
 &cpu0 {
-       arm-supply = <&sw1a_reg>;
+       cpu-supply = <&sw1a_reg>;
 };
 
 &i2c1 {
index 2b8d6cc..e5e20b0 100644 (file)
@@ -33,7 +33,7 @@
 };
 
 &cpu0 {
-       arm-supply = <&sw1a_reg>;
+       cpu-supply = <&sw1a_reg>;
 };
 
 &ecspi1 {
index 39812c9..cbf0dbb 100644 (file)
 };
 
 &cpu0 {
-       arm-supply = <&sw1a_reg>;
+       cpu-supply = <&sw1a_reg>;
 };
 
 &clks {