From a30140fef2d920acaec36eb2e55879654fc0f2d7 Mon Sep 17 00:00:00 2001 From: mikairyuu Date: Fri, 5 Aug 2022 00:53:42 +0300 Subject: [PATCH] sm7250-common: configs: return battery thermal config --- configs/thermal_info_config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configs/thermal_info_config.json b/configs/thermal_info_config.json index f2d4f30..df7aa84 100644 --- a/configs/thermal_info_config.json +++ b/configs/thermal_info_config.json @@ -180,6 +180,21 @@ "VrThreshold":"NAN", "Multiplier":0.001 }, + { + "Name":"battery", + "Type":"BATTERY", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + "NAN", + "NAN", + "NAN", + 60.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, { "Name":"xo_therm", "Type":"SKIN",