From 5bb04e971560ed513842bb5bee353cd20a6e26c9 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Mon, 24 Jul 2023 07:47:15 +0000 Subject: [PATCH] thermal: add VSKIN-CHARGE into RecordWithDefaultThreshold in the config Bug: 291841456 Test: device able to boot to home Change-Id: I98a2b3745d61bc87c07fd8e25fb9c97fbde40db6 Signed-off-by: Peter (YM) --- thermal_info_config_akita.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index d1c5354..a5dca75 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -470,7 +470,7 @@ { "CdevRequest": "thermal-gpufreq-0", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], - "CdevCeiling": [0, 8, 8, 9, 11, 11, 11] + "CdevCeiling": [0, 8, 8, 9, 11, 11, 11] } ] }, @@ -579,7 +579,7 @@ "Formula":"WEIGHTED_AVG", "Combination":["usb_conn_therm", "charger_therm"], "Coefficient":[1.0, -1.0], - "HotThreshold":["NAN", "7.0", "NAN", "NAN", "NAN", "NAN", "NAN"], + "HotThreshold":["NAN", "7.0", "NAN", "NAN", "NAN", "NAN", "NAN"], "Multiplier":0.001, "PollingDelay":0, "PassiveDelay":7000 @@ -730,12 +730,16 @@ ], "Stats": { "Sensors": { - "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE-WLC"], + "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE", "VIRTUAL-SKIN-CHARGE-WLC"], "RecordWithThreshold": [ { "Name": "VIRTUAL-SKIN", "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] }, + { + "Name": "VIRTUAL-SKIN-CHARGE", + "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] + }, { "Name": "VIRTUAL-SKIN-CHARGE-WLC", "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]