diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-03-12 10:50:12 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-04-14 14:53:33 +0200 |
commit | f2e3d666a448e239420d6517f29eb3ab06a4740d (patch) | |
tree | 2bd392e7b5b68be3c864fdd934f7b431dde4c526 /arch/arm/boot/dts/imx7d-zii-rmu2.dts | |
parent | ARM: dts: imx6q-dhcom: Add DH 560-200 display unit support (diff) | |
download | linux-f2e3d666a448e239420d6517f29eb3ab06a4740d.tar.xz linux-f2e3d666a448e239420d6517f29eb3ab06a4740d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-zii-rmu2.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-zii-rmu2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-zii-rmu2.dts b/arch/arm/boot/dts/imx7d-zii-rmu2.dts index 2b8d6cc45a53..e5e20b07f184 100644 --- a/arch/arm/boot/dts/imx7d-zii-rmu2.dts +++ b/arch/arm/boot/dts/imx7d-zii-rmu2.dts @@ -33,7 +33,7 @@ }; &cpu0 { - arm-supply = <&sw1a_reg>; + cpu-supply = <&sw1a_reg>; }; &ecspi1 { |