comet: Update thermal configuration from BP2A

Change-Id: I256d8bfa76f886371c6a93f368ceb150c7468679
This commit is contained in:
Michael Bestas 2025-06-16 22:24:51 +03:00 committed by Michael Bestas
parent 262b8597f8
commit 2027d8137a
No known key found for this signature in database

View file

@ -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"
}
]
}