From 16ef0bc465611878ddf3c659c338803c7d5e2d6e Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Thu, 20 Jul 2023 06:23:28 +0000 Subject: [PATCH] thermal: remove HotHysteresis for CPU-MID and CPU-HIGH loop remove HotHysteresis for CPU-MID and CPU-HIGH loop to align with P23 devices Bug: 279364733 Test: device can boot to home Change-Id: I9c9aa7c8ee06d9b1850b09612be1cf78921b9586 Signed-off-by: Peter (YM) --- thermal_info_config_akita.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index c9b0262..f48da46 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -225,7 +225,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 39.0, 41.0, "NAN", "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 0.0, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, @@ -296,7 +296,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000,