From 2f57f9b3563e53ba21588c51afef47221eb1e317 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Mon, 27 May 2024 23:57:49 +0800 Subject: [PATCH] thermal: update vskin-open sub1 equation Update vskin-open-sub-1 equation to have better correlation for safety cases. Bug: 322147413 Test: Push config and verify lshal Change-Id: I338f4ddf289f9388c3601149bf22312a81f6af43 --- thermal/thermal_info_config_comet.json | 8 ++++---- thermal/thermal_info_config_comet_wingboard.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 2e625c6..0f48d52 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -133,8 +133,8 @@ "VirtualSensor": true, "Formula": "WEIGHTED_AVG", "Combination": ["charger_therm", "modem_therm", "gnss_tcxo_therm"], - "Coefficient": [0.144, 0.448, 0.402], - "Offset": -1113, + "Coefficient": [0.263, 0.332, 0.519], + "Offset": -6068, "Multiplier": 0.001 }, { @@ -215,7 +215,7 @@ { "Name": "VIRTUAL-SKIN-LEGACY", "Type": "UNKNOWN", - "Version": "2.1", + "Version": "2.2", "VirtualSensor": true, "Hidden": true, "Formula": "WEIGHTED_AVG", @@ -249,7 +249,7 @@ { "Name": "VIRTUAL-SKIN", "Type": "SKIN", - "Version": "2.2", + "Version": "2.3", "VirtualSensor": true, "TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"], "Formula": "MAXIMUM", diff --git a/thermal/thermal_info_config_comet_wingboard.json b/thermal/thermal_info_config_comet_wingboard.json index e8faa47..aa29f3d 100644 --- a/thermal/thermal_info_config_comet_wingboard.json +++ b/thermal/thermal_info_config_comet_wingboard.json @@ -105,8 +105,8 @@ "VirtualSensor": true, "Formula": "WEIGHTED_AVG", "Combination": ["charger_therm", "modem_therm", "gnss_tcxo_therm"], - "Coefficient": [0.144, 0.448, 0.402], - "Offset": -1113, + "Coefficient": [0.263, 0.332, 0.519], + "Offset": -6068, "Multiplier": 0.001 }, { @@ -123,7 +123,7 @@ { "Name": "VIRTUAL-SKIN", "Type": "SKIN", - "Version": "2.1", + "Version": "2.2", "VirtualSensor": true, "TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"], "Formula": "MAXIMUM",