From 5f08ca594582213595470509331e89be97e28596 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Wed, 14 Aug 2024 04:49:49 +0000 Subject: [PATCH] thermal: lower thermal shutdown threshold Move the threshold back to 55 degC Bug: 350877108 Flag: EXEMPT NDK Test: Flash on device, check shutdown with emul_temp Change-Id: Ifec87dda2e74f5108ea3b19d049ca463066f854b Signed-off-by: Peter (YM) --- thermal/thermal_info_config_tegu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index cb8185a..9c094d8 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -288,7 +288,7 @@ "Combination": ["VIRTUAL-SKIN-MODEL-UPDATED", "VIRTUAL-SKIN-LEGACY"], "Coefficient": [1.0, "VIRTUAL-SKIN-LEGACY-SHUTDOWN"], "CoefficientType":["CONSTANT", "SENSOR"], - "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 60.0], + "HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 52.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier":0.001, "SendCallback":true, @@ -310,7 +310,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], - "HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 60.0], + "HotThreshold":["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9], "Multiplier":0.001, "SendPowerHint":true,