From d45178e258427ecb466397635394416816bb65a1 Mon Sep 17 00:00:00 2001 From: David Chao Date: Mon, 29 Jul 2024 07:34:32 +0000 Subject: [PATCH] thermal: update wlc charging thermal throttling Aligned with previous project to active fan for wireless charging by enabling dc_icl cdev earlier. Flag: EXEMPT tuning changes Bug: 333833667 Test: boot to home and thermal throttling worked properly. Change-Id: Icbf6114ea6b6a8a20e1d4656ce9c9e9f9aa69d3c --- thermal/thermal_info_config_charge_tegu.json | 2 +- thermal/thermal_info_config_tegu.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_charge_tegu.json b/thermal/thermal_info_config_charge_tegu.json index 02f66bd..74badb4 100644 --- a/thermal/thermal_info_config_charge_tegu.json +++ b/thermal/thermal_info_config_charge_tegu.json @@ -171,7 +171,7 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], - "LimitInfo": [0, 0, 1, 1, 26, 26, 26] + "LimitInfo": [0, 1, 1, 1, 26, 26, 26] } ] }, diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index 745e69c..e5d1050 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -844,7 +844,7 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], - "LimitInfo": [0, 0, 1, 1, 26, 26, 26] + "LimitInfo": [0, 1, 1, 1, 26, 26, 26] } ] }, @@ -1277,4 +1277,4 @@ } } } -} \ No newline at end of file +}