From 6eedadb40c4f595c99724fe8aaf5ab9743ba2054 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Tue, 31 Jan 2023 16:47:50 +0800 Subject: [PATCH] [DO NOT MERGE] thermal: correct the hyst value for VIRTUAL-SKIN-CHARGE Bug: 265915107 Test: emul_temp in off charging mode and check the throttling works properly Change-Id: I594359ebae347a36454f7cf2c1101494ac3c1484 --- thermal_info_config_charge_felix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal_info_config_charge_felix.json b/thermal_info_config_charge_felix.json index ed4aeea..870dbc7 100644 --- a/thermal_info_config_charge_felix.json +++ b/thermal_info_config_charge_felix.json @@ -251,7 +251,7 @@ "Combination":["VIRTUAL-SKIN-CLOSE", "VIRTUAL-SKIN-OPEN"], "Coefficient":[1.0, 1.0], "HotThreshold":["NAN", 25.0, 41.0, 43.0, 45.0, 46.5, 54.0], - "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], + "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.4, 1.9], "Multiplier":0.001, "PollingDelay":60000, "PassiveDelay":60000,