mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
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>
This commit is contained in:
parent
5b167212d6
commit
f2e3d666a4
|
|
@ -16,7 +16,7 @@ memory@80000000 {
|
|||
};
|
||||
|
||||
&cpu0 {
|
||||
arm-supply = <&sw1a_reg>;
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ debug {
|
|||
};
|
||||
|
||||
&cpu0 {
|
||||
arm-supply = <&sw1a_reg>;
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&ecspi1 {
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ &adc2 {
|
|||
};
|
||||
|
||||
&cpu0 {
|
||||
arm-supply = <&sw1a_reg>;
|
||||
cpu-supply = <&sw1a_reg>;
|
||||
};
|
||||
|
||||
&clks {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user