From 396f97cf15661b6044d14062e52108649425588e Mon Sep 17 00:00:00 2001 From: David Chao Date: Thu, 13 Oct 2022 14:35:18 +0800 Subject: [PATCH] thermal: increase charging current on WLC charging throttling Increase cdev_ceiling on WLC: - MODERATE: from 10 (100mA) to 8 (250mA) Bug: 250938144 Test: boot to home and thermal throttling worked properly Change-Id: I978efc8e922e7c7100a3bd557f7d935174d632fd --- thermal_info_config_charge_lynx.json | 2 +- thermal_info_config_lynx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_charge_lynx.json b/thermal_info_config_charge_lynx.json index 27b74ca..73b1e7a 100644 --- a/thermal_info_config_charge_lynx.json +++ b/thermal_info_config_charge_lynx.json @@ -180,7 +180,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 5, 10, 11, 12, 12, 12], + "CdevCeiling": [0, 5, 8, 11, 12, 12, 12], "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ] diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index cb48e5a..3d9c538 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -280,7 +280,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 5, 10, 11, 12, 12, 12], + "CdevCeiling": [0, 5, 8, 11, 12, 12, 12], "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ]