From b1cec3fd6d5d6f6bab47d60492e845264ae5538f Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Tue, 11 Jun 2024 08:21:29 +0000 Subject: [PATCH] thermal: align wth cellular-emergency threshold The threshold was increased in early stage, since we have a better vskin eqaution now, we can align the threshold value to other pixel device. Bug: 346484703 Test: build and boot to home Change-Id: Ie191e816e2a0a2be405c7c71ece38b7d2fb71d8e Signed-off-by: Peter (YM) --- thermal/thermal_info_config_tegu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index 56c6fd3..9e79d32 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -623,7 +623,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], - "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 64.0, "NAN"], + "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 54.0, "NAN"], "HotHysteresis":[0.0, 0.0, 0.0, 0.0, 0.0, 1.9, 0.0], "Multiplier":0.001, "SendCallback":true,