diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-08-13 19:24:51 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-08-30 21:46:14 +0200 |
commit | 20e464c0f12a9b1930adb0365326037d5b060cee (patch) | |
tree | a0703067d4dc5c84fd5ec9771b915d85e934ba05 /arch/arm/boot/dts/rk3066a-marsboard.dts | |
parent | ARM: dts: rockchip: rk3066a: add label to cpu@1 (diff) | |
download | linux-20e464c0f12a9b1930adb0365326037d5b060cee.tar.xz linux-20e464c0f12a9b1930adb0365326037d5b060cee.zip |
ARM: dts: rockchip: update cpu supplies on rk3066a
The use of cpu0-supply for cpu0 alone is deprecated,
so add cpu-supply to each cpu separately and
update all existing rk3066a boards.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200813172451.13754-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-marsboard.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-marsboard.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts index 7e01f6406a86..6b121658d93c 100644 --- a/arch/arm/boot/dts/rk3066a-marsboard.dts +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts @@ -47,7 +47,11 @@ }; &cpu0 { - cpu0-supply = <&vdd_arm>; + cpu-supply = <&vdd_arm>; +}; + +&cpu1 { + cpu-supply = <&vdd_arm>; }; &i2c1 { |