From 0b7ef55592967724acbe6e71023185f72b1997ee Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Fri, 20 Oct 2023 11:54:43 -0700 Subject: [PATCH] thermal: align the setting VSKIN related sensors Bug: 302435949 Test: emul_temp Change-Id: Ie9ae057b28836ebbc79eb0770749d962624b24cd --- thermal_info_config_tangorpro.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_tangorpro.json b/thermal_info_config_tangorpro.json index 72e380a..1aa4981 100644 --- a/thermal_info_config_tangorpro.json +++ b/thermal_info_config_tangorpro.json @@ -140,8 +140,8 @@ "VirtualSensor":true, "TriggerSensor":["disp_therm", "neutral_therm"], "Formula":"MAXIMUM", - "Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"], - "Coefficient":["1.0", "1.0", "1.0", "1.0"], + "Combination":["VIRTUAL-SKIN"], + "Coefficient":["1.0"], "HotThreshold":["NAN", "37.0", "43.0", "45.0", "47.0", "51.5", "56.0"], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, @@ -156,8 +156,8 @@ "VirtualSensor":true, "TriggerSensor":["disp_therm", "neutral_therm"], "Formula":"MAXIMUM", - "Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"], - "Coefficient":["1.0", "1.0", "1.0", "1.0"], + "Combination":["VIRTUAL-SKIN"], + "Coefficient":["1.0"], "HotThreshold":["NAN", "39.0", "43.0", "45.0", "47.0", "51.5", "56.0"], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001,