From 5fb6fed0a1d75c53c87b0b56b72da3b02e4b58bf Mon Sep 17 00:00:00 2001 From: David Chao Date: Mon, 28 Nov 2022 19:16:35 +0800 Subject: [PATCH] thermal: update thermal config for FCC - Change charging throttling switch-on temp from 25C to 35C Bug: 260522422 Test: ThermalHAL throttling worked properly Change-Id: Ifbf27e56203db712fa4b5e29f1e4a91671ca852c --- 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 c1c3240..63e35fb 100644 --- a/thermal_info_config_charge_lynx.json +++ b/thermal_info_config_charge_lynx.json @@ -114,7 +114,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-1", "VIRTUAL-QUT-SKIN2-USB-USB2-2", "VIRTUAL-QUT-SKIN2-USB-GNSS-3", "VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-4"], "Coefficient":[1.0, 1.0, 1.0, 1.0], - "HotThreshold":["NAN", 25.0, 39.0, 43.0, 45.0, 47.0, 55.0], + "HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index bcc3557..3b63011 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -275,7 +275,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-1", "VIRTUAL-QUT-SKIN2-USB-USB2-2", "VIRTUAL-QUT-SKIN2-USB-GNSS-3", "VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-4"], "Coefficient":[1.0, 1.0, 1.0, 1.0], - "HotThreshold":["NAN", 25.0, 39.0, 43.0, 45.0, 47.0, 55.0], + "HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000,