diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-03-12 12:50:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-04-14 15:53:33 +0300 |
commit | f2e3d666a448e239420d6517f29eb3ab06a4740d (patch) | |
tree | 2bd392e7b5b68be3c864fdd934f7b431dde4c526 /arch/arm/boot/dts/imx7d-zii-rpu2.dts | |
parent | 5b167212d673f4fcf02ff4d8266d76daf0d5e061 (diff) | |
download | linux-f2e3d666a448e239420d6517f29eb3ab06a4740d.tar.xz |
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-rpu2.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-zii-rpu2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-zii-rpu2.dts b/arch/arm/boot/dts/imx7d-zii-rpu2.dts index 39812c92bf0d..cbf0dbb4c198 100644 --- a/arch/arm/boot/dts/imx7d-zii-rpu2.dts +++ b/arch/arm/boot/dts/imx7d-zii-rpu2.dts @@ -182,7 +182,7 @@ }; &cpu0 { - arm-supply = <&sw1a_reg>; + cpu-supply = <&sw1a_reg>; }; &clks { |