From 8ebc00fab4140e955988644866a3c5b8dae48416 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Thu, 18 May 2023 09:18:06 +0000 Subject: [PATCH] thermal: update sensor name in config replace the "inner_disp_therm" with "display_therm" Bug: 283049063 Test: Build and boot on device, verify device can boot to home and thermal can launch Change-Id: I4096478a951e7cbbfd9da9ec280892890f0dd77b Signed-off-by: Peter (YM) --- thermal_info_config_charge_akita.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal_info_config_charge_akita.json b/thermal_info_config_charge_akita.json index c4c69d1..e4f7c37 100644 --- a/thermal_info_config_charge_akita.json +++ b/thermal_info_config_charge_akita.json @@ -153,7 +153,7 @@ "VirtualSensor":true, "TriggerSensor":"soc_therm", "Formula":"WEIGHTED_AVG", - "Combination":["charger_therm", "rffe_therm", "inner_disp_therm"], + "Combination":["charger_therm", "rffe_therm", "display_therm"], "Coefficient":[0.51, 0.25, 0.24], "HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9],