Commit f77e7a9a authored by Leonidas P. Papadakos's avatar Leonidas P. Papadakos Committed by Heiko Stuebner

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: default avatarLeonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3f0effd7
...@@ -107,6 +107,18 @@ &cpu0 { ...@@ -107,6 +107,18 @@ &cpu0 {
cpu-supply = <&vdd_arm>; cpu-supply = <&vdd_arm>;
}; };
&cpu1 {
cpu-supply = <&vdd_arm>;
};
&cpu2 {
cpu-supply = <&vdd_arm>;
};
&cpu3 {
cpu-supply = <&vdd_arm>;
};
&emmc { &emmc {
bus-width = <8>; bus-width = <8>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment