From 2027d8137a6ce01b6ccc4d5e77088a7441d11c89 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 16 Jun 2025 22:24:51 +0300 Subject: [PATCH] comet: Update thermal configuration from BP2A Change-Id: I256d8bfa76f886371c6a93f368ceb150c7468679 --- thermal/thermal_info_config_lpm_comet.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_lpm_comet.json b/thermal/thermal_info_config_lpm_comet.json index e60fdfa..8bb841f 100644 --- a/thermal/thermal_info_config_lpm_comet.json +++ b/thermal/thermal_info_config_lpm_comet.json @@ -6,7 +6,7 @@ "Type":"UNKNOWN", "VirtualSensor":true, "Formula":"COUNT_THRESHOLD", - "Combination":["VIRTUAL-SKIN", "PARTIAL_SYSTEM_POWER"], + "Combination":["VIRTUAL-SKIN", "PARTIAL_SYSTEM_POWER_LPM"], "CombinationType":["SENSOR", "ODPM"], "Coefficient":[57000.0, 1000.0], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", 2.0], @@ -18,7 +18,7 @@ "Type":"UNKNOWN", "VirtualSensor":true, "Formula":"COUNT_THRESHOLD", - "Combination":["battery", "PARTIAL_SYSTEM_POWER"], + "Combination":["battery", "PARTIAL_SYSTEM_POWER_LPM"], "CombinationType":["SENSOR", "ODPM"], "Coefficient":[60000.0, 1000.0], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "NAN", 2.0], @@ -77,5 +77,22 @@ } ] } + ], + "PowerRails":[ + { + "Name": "PARTIAL_SYSTEM_POWER_LPM", + "VirtualRails": true, + "Formula": "WEIGHTED_AVG", + "Combination": ["S1S_VDD_CAM", "S2S_VDD_G3D", "S4S_VDD2H_MEM", "S5S_VDDQ_MEM", + "S9S_VDD_AOC", "L2S_PLL_MIPI_UFS", "L21S_VDD2L_MEM", "VSYS_PWR_DISPLAY", + "VSYS_PWR_WLAN_BT", "S1M_VDD_MIF", "S3M_VDD_CPUCL2", "S2M_VDD_CPUCL1", + "S4M_VDD_CPUCL0", "S5M_VDD_INT", "S6M_LLDO1", "S7M_VDD_TPU", "S8M_LLDO2", + "VSYS_PWR_MODEM"], + "Coefficient": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0,1.0, 1.0, 1.0, 1.0], + "PowerSampleDelay": 7000, + "PowerSampleCount": 5, + "TriggerSensor": "ShutdownMode" + } ] }