From b53206b337e25c8cf0f9b39efb52acc5a0649d99 Mon Sep 17 00:00:00 2001 From: David Chao Date: Tue, 1 Nov 2022 13:31:28 +0800 Subject: [PATCH] arm64: dts: update tmu ondie throttling on LITTLE 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 --- arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts b/arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts index e6e1de8f483a..9f01987bd34d 100644 --- a/arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts +++ b/arch/arm64/boot/dts/google/gs201-b0_v2-ipop.dts @@ -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"; };