arm64: dts: rockchip: enable cpu/mem supply and

cooling-cells for all big cores on rock5c
This commit is contained in:
amazingfate 2025-05-02 00:11:10 +08:00 committed by Jianfeng Liu
parent b2c0f00150
commit 4b2a643f14

View file

@ -245,11 +245,23 @@
mem-supply = <&vdd_cpu_big0_mem_s0>;
};
&cpu_b1 {
cpu-supply = <&vdd_cpu_big0_s0>;
mem-supply = <&vdd_cpu_big0_mem_s0>;
#cooling-cells = <2>;
};
&cpu_b2 {
cpu-supply = <&vdd_cpu_big1_s0>;
mem-supply = <&vdd_cpu_big1_mem_s0>;
};
&cpu_b3 {
cpu-supply = <&vdd_cpu_big1_s0>;
mem-supply = <&vdd_cpu_big1_mem_s0>;
#cooling-cells = <2>;
};
/* GPU */
&gpu {