thermal: Update hotThresholds

Update emergency and shutdown threshold values to align with previous
generation foldable device.

Bug: 303547512
Bug: 322147413

Test: Build and verify lshal and use emul_temp to trigger shutdown
Change-Id: I3229de36dafcff7fdb29a6f1dd014bd49324c285
This commit is contained in:
sashwinbalaji 2024-02-22 08:28:57 +08:00
parent c67b17cf90
commit 259d71f4d3
2 changed files with 10 additions and 10 deletions

View file

@ -107,8 +107,8 @@
"Combination": ["VIRTUAL-SKIN-CHARGE-OPEN", "VIRTUAL-SKIN-CHARGE-CLOSE"],
"Coefficient": ["OPEN_WEIGHT", "CLOSE_WEIGHT"],
"CoefficientType": ["SENSOR", "SENSOR"],
"HotThreshold": ["NaN", 34.0, 38.0, 41.0, 45.0, 47.0, 55.0],
"HotHysteresis": [0.0, 1.9, 3.9, 2.9, 3.9, 1.9, 1.9],
"HotThreshold": ["NaN", 34.0, 38.0, 41.0, 45.0, 46.5, 57.0],
"HotHysteresis": [0.0, 1.9, 3.9, 2.9, 3.9, 1.4, 1.9],
"Multiplier": 0.001,
"PollingDelay": 300000,
"PassiveDelay": 7000,

View file

@ -142,7 +142,7 @@
"Combination": ["VIRTUAL-SKIN-OPEN", "VIRTUAL-SKIN-CLOSE"],
"Coefficient": ["OPEN_WEIGHT", "CLOSE_WEIGHT"],
"CoefficientType": ["SENSOR", "SENSOR"],
"HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 100.0, 140.0],
"HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 57.0],
"HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier": 0.001,
"PollingDelay": 300000,
@ -168,7 +168,7 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 140.0],
"HotThreshold": ["NAN", 37.0, 43.0, 45.0, 46.5, 53.0, 57.0],
"HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier": 0.001,
"SendPowerHint": true,
@ -327,7 +327,7 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"],
"HotThreshold": ["NAN", 41.0, 43.0, 53.0, "NAN", "NAN", "NAN"],
"HotHysteresis": [0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0],
"Multiplier": 0.001,
"PollingDelay": 300000,
@ -430,7 +430,7 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", 37.0, 43.0, 45.0, 46.5, 52.0, 140.0],
"HotThreshold": ["NAN", 37.0, 43.0, 45.0, 46.5, 53.0, 57.0],
"HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier": 0.001,
"PollingDelay": 300000,
@ -494,7 +494,7 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", 43.0, 45.0, 46.5, 52.0, "NAN", "NAN"],
"HotThreshold": ["NAN", 43.0, 45.0, 46.5, 53.0, "NAN", "NAN"],
"HotHysteresis": [0.0, 1.9, 1.9, 1.4, 1.9, 0.0, 0.0],
"Multiplier": 0.001,
"PollingDelay": 300000,
@ -526,7 +526,7 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", "NAN", "NAN", "NAN", "NAN", 138.0, "NAN"],
"HotThreshold": ["NAN", "NAN", "NAN", "NAN", "NAN", 55.0, "NAN"],
"HotHysteresis": [0.0, 0.0, 0.0, 0.0, 0.0, 1.9, 0.0],
"Multiplier": 0.001,
"PollingDelay": 300000,
@ -542,8 +542,8 @@
"Formula": "MAXIMUM",
"Combination": ["VIRTUAL-SKIN"],
"Coefficient": [1.0],
"HotThreshold": ["NAN", 34.0, 38.0, 41.0, 45.0, 47.0, 55.0],
"HotHysteresis": [0.0, 1.9, 3.9, 2.9, 3.9, 1.9, 1.9],
"HotThreshold": ["NAN", 34.0, 38.0, 41.0, 45.0, 46.5, 57.0],
"HotHysteresis": [0.0, 1.9, 3.9, 2.9, 3.9, 1.4, 1.9],
"Multiplier": 0.001,
"PollingDelay": 300000,
"PassiveDelay": 7000,