Skip to content

Commit

Permalink
arm64: dts: update tmu ondie throttling on LITTLE
Browse files Browse the repository at this point in the history
Using i_max=0, i=0 to achieve muiltple hard-limit.

bug: 254085670
Test: Build and boot on device, on-die throttling worked properly
Change-Id: I717cafa62326432144c72983b2f28a1c1e8ce9de
Signed-off-by: David Chao <[email protected]>
  • Loading branch information
David Chao authored and weivincewang committed Nov 9, 2022
1 parent b53206b commit 2e29871
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions arch/arm64/boot/dts/google/gs201-b0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,11 @@
use-pi-thermal;
polling_delay_on = <50>;
polling_delay_off = <0>;
k_po = <20>;
k_pu = <20>;
k_i = <20>;
i_max = <5>;
integral_cutoff = <20>;
sustainable_power = <200>;
control_temp_step = <100>;
k_po = <40>;
k_pu = <40>;
k_i = <0>;
i_max = <0>;
sustainable_power = <350>;

tmu_work_affinity = "0-7";
};
Expand Down

0 comments on commit 2e29871

Please sign in to comment.