Skip to content

Commit

Permalink
Add dynamic-power-coefficient properties to all cores
Browse files Browse the repository at this point in the history
RK's 100/300 values are BS of course, just compare with RK3399: https://patchwork.kernel.org/project/linux-arm-kernel/patch/[email protected]/#20763985
  • Loading branch information
ThomasKaiser authored Apr 24, 2024
1 parent 018a7bf commit 91d0116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
d-cache-line-size = <64>;
d-cache-sets = <128>;
next-level-cache = <&l2_cache_l1>;
dynamic-power-coefficient = <100>;
};

cpu_l2: cpu@200 {
Expand All @@ -470,6 +471,7 @@
d-cache-line-size = <64>;
d-cache-sets = <128>;
next-level-cache = <&l2_cache_l2>;
dynamic-power-coefficient = <100>;
};

cpu_l3: cpu@300 {
Expand All @@ -488,6 +490,7 @@
d-cache-line-size = <64>;
d-cache-sets = <128>;
next-level-cache = <&l2_cache_l3>;
dynamic-power-coefficient = <100>;
};

cpu_b0: cpu@400 {
Expand Down Expand Up @@ -526,6 +529,7 @@
d-cache-line-size = <64>;
d-cache-sets = <256>;
next-level-cache = <&l2_cache_b1>;
dynamic-power-coefficient = <300>;
};

cpu_b2: cpu@600 {
Expand Down Expand Up @@ -564,6 +568,7 @@
d-cache-line-size = <64>;
d-cache-sets = <256>;
next-level-cache = <&l2_cache_b3>;
dynamic-power-coefficient = <300>;
};

idle-states {
Expand Down

0 comments on commit 91d0116

Please sign in to comment.