arm64: dts: rockchip: add rk3328-roc-cc cpu-supply entries for all cpu nodes
authorLeonidas P. Papadakos <papadakospan@gmail.com>
Fri, 1 Mar 2019 18:07:21 +0000 (20:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 Mar 2019 07:45:46 +0000 (08:45 +0100)
In line with the rock64 dts, specify the cpu-supply
for the other cpus as well

Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts

index c3afe6a..53643ea 100644 (file)
        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;