From 3e50915d85446f91c32d263b8aec25b57a814bcd Mon Sep 17 00:00:00 2001 From: David Chao Date: Wed, 28 Sep 2022 19:02:40 +0800 Subject: [PATCH] thermal: more aggressive thermal throttling policy - Lower Spower from 1500 to 1200 for Wired charging Bug: 249464740 Test: boot to home and thermal throttling worked properly Change-Id: Ibfebb23b74fcd6d8670e05c0b023157f4fd34141 --- thermal_info_config_charge_lynx.json | 2 +- thermal_info_config_lynx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_charge_lynx.json b/thermal_info_config_charge_lynx.json index 4cca071..27b74ca 100644 --- a/thermal_info_config_charge_lynx.json +++ b/thermal_info_config_charge_lynx.json @@ -121,7 +121,7 @@ "K_I":["NAN", "NAN", 5, "NAN", "NAN", "NAN", "NAN"], "K_D":["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"], "I_Max":["NAN", "NAN", 800, "NAN", "NAN", "NAN", "NAN"], - "S_Power":["NAN", "NAN", 1500, "NAN", "NAN", "NAN", "NAN"], + "S_Power":["NAN", "NAN", 1200, "NAN", "NAN", "NAN", "NAN"], "MinAllocPower":["NAN", "NAN", 300, "NAN", "NAN", "NAN", "NAN"], "MaxAllocPower":["NAN", "NAN", 6000, "NAN", "NAN", "NAN", "NAN"], "I_Cutoff":["NAN", "NAN", 2, "NAN", "NAN", "NAN", "NAN"] diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index 92ddca6..52020f0 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -222,7 +222,7 @@ "K_I":["NAN", "NAN", 5, "NAN", "NAN", "NAN", "NAN"], "K_D":["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"], "I_Max":["NAN", "NAN", 800, "NAN", "NAN", "NAN", "NAN"], - "S_Power":["NAN", "NAN", 1500, "NAN", "NAN", "NAN", "NAN"], + "S_Power":["NAN", "NAN", 1200, "NAN", "NAN", "NAN", "NAN"], "MinAllocPower":["NAN", "NAN", 300, "NAN", "NAN", "NAN", "NAN"], "MaxAllocPower":["NAN", "NAN", 6000, "NAN", "NAN", "NAN", "NAN"], "I_Cutoff":["NAN", "NAN", 2, "NAN", "NAN", "NAN", "NAN"]