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: I81ab498219cd1a4f6792b3a5b8ea32fbb3fe5dcd
Signed-off-by: David Chao <[email protected]>
  • Loading branch information
David Chao authored and weivincewang committed Nov 9, 2022
1 parent 4b66521 commit b53206b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,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 = <50>;
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 b53206b

Please sign in to comment.