From c99e7da7d4b0579e862d8ff039d5ff712f765814 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Wed, 16 Oct 2024 02:43:07 +0000 Subject: [PATCH] Set the fcc cdev_ceiling to 1A before disable charge Flag: EXEMPT tuning changes Bug: 373720257 Test: verified by emul_temp Signed-off-by: Peter (YM) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d37530d22bf28286a40a241fbdb6656a7e582833) Merged-In: Ie1a407aaac090365bf96bcc2c9180a626af7399c Change-Id: Ie1a407aaac090365bf96bcc2c9180a626af7399c --- thermal/thermal_info_config_charge_tegu.json | 2 +- thermal/thermal_info_config_tegu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_charge_tegu.json b/thermal/thermal_info_config_charge_tegu.json index 51e2482..1ebf2ad 100644 --- a/thermal/thermal_info_config_charge_tegu.json +++ b/thermal/thermal_info_config_charge_tegu.json @@ -137,7 +137,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 4, "MaxThrottleStep": 4, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 22, 22, 22, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ] diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index fcba58a..2bc230e 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -890,7 +890,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 4, "MaxThrottleStep": 4, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 22, 22, 22, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ]