From 6c209b9f12f789a2f4a6ac1b8cbf89737cd8c9d4 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Wed, 14 Aug 2024 19:49:15 +0000 Subject: [PATCH] Set the fcc cdev_ceiling to 1A before disable charge Flag: EXEMPT tuning changes Bug: 359334468 Test: verified by emul_temp Change-Id: Ie8134847ca37eed8f925109abcb9d0afcde6d863 --- thermal_info_config_akita.json | 2 +- thermal_info_config_charge_akita.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index 66b2901..34bdac1 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -539,7 +539,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 21, 21, 21, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ] diff --git a/thermal_info_config_charge_akita.json b/thermal_info_config_charge_akita.json index 6c4a296..062d44b 100644 --- a/thermal_info_config_charge_akita.json +++ b/thermal_info_config_charge_akita.json @@ -112,7 +112,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 21, 21, 21, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ]