From d16755752db9358e0b3b047d48b0f9f10e41eff3 Mon Sep 17 00:00:00 2001 From: David Chao Date: Thu, 7 Sep 2023 14:37:06 +0800 Subject: [PATCH] thermal: SKIN thermal shutdown threshold Update SKIN thermal shutdown threshold based on latest HW result. Bug: 279362701 Test: Flash and boot to home and thermal throttling worked properly Change-Id: I375226518d02e18bed1ff78d20921305539c4894 --- thermal_info_config_akita.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index c5f3edd..b369d77 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -106,7 +106,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-SKIN-SUB-1", "VIRTUAL-SKIN-SUB-2", "VIRTUAL-SKIN-SUB-3"], "Coefficient":[1.0, 1.0, 1.0], - "HotThreshold":["NAN", 39.0, 43.0, 45.0, 47.0, 52.0, 125.0], + "HotThreshold":["NAN", 39.0, 43.0, 45.0, 47.0, 52.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, "SendCallback":true,