diff options
author | 2020-08-13 19:24:51 +0200 | |
---|---|---|
committer | 2020-08-30 21:46:14 +0200 | |
commit | 20e464c0f12a9b1930adb0365326037d5b060cee (patch) | |
tree | a0703067d4dc5c84fd5ec9771b915d85e934ba05 | |
parent | ARM: dts: rockchip: rk3066a: add label to cpu@1 (diff) | |
download | wireguard-linux-20e464c0f12a9b1930adb0365326037d5b060cee.tar.xz wireguard-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 '')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-bqcurie2.dts | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/rk3066a-marsboard.dts | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/rk3066a-rayeager.dts | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts index 0a56a2f1bc4d..eba7a1344976 100644 --- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts +++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts @@ -63,7 +63,11 @@ }; &cpu0 { - cpu0-supply = <&vdd_arm>; + cpu-supply = <&vdd_arm>; +}; + +&cpu1 { + cpu-supply = <&vdd_arm>; }; &i2c1 { 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 { diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts b/arch/arm/boot/dts/rk3066a-rayeager.dts index f9db6bb9fa11..309518403d86 100644 --- a/arch/arm/boot/dts/rk3066a-rayeager.dts +++ b/arch/arm/boot/dts/rk3066a-rayeager.dts @@ -128,7 +128,11 @@ }; &cpu0 { - cpu0-supply = <&vdd_arm>; + cpu-supply = <&vdd_arm>; +}; + +&cpu1 { + cpu-supply = <&vdd_arm>; }; &emac { |