arm64: dts: rockchip: enable cpu/mem supply and
cooling-cells for all big cores on rock5c
This commit is contained in:
parent
b2c0f00150
commit
4b2a643f14
1 changed files with 12 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue