From: Leonidas P. Papadakos Date: Fri, 1 Mar 2019 18:07:21 +0000 (+0200) Subject: arm64: dts: rockchip: add rk3328-roc-cc cpu-supply entries for all cpu nodes X-Git-Tag: v5.15~6343^2~8^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f77e7a9aafe1e422b0646cfdac40d03f594eca5b;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: rockchip: add rk3328-roc-cc cpu-supply entries for all cpu nodes In line with the rock64 dts, specify the cpu-supply for the other cpus as well Signed-off-by: Leonidas P. Papadakos Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts index c3afe6a..53643ea 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts @@ -107,6 +107,18 @@ cpu-supply = <&vdd_arm>; }; +&cpu1 { + cpu-supply = <&vdd_arm>; +}; + +&cpu2 { + cpu-supply = <&vdd_arm>; +}; + +&cpu3 { + cpu-supply = <&vdd_arm>; +}; + &emmc { bus-width = <8>; cap-mmc-highspeed;