From e37d058dfc8f5933427ca734b45acfddf7626760 Mon Sep 17 00:00:00 2001 From: David Chao Date: Fri, 8 Sep 2023 10:44:32 +0800 Subject: [PATCH] thermal: update wired charging offset Correct V03e_CHG offset Test: Flash and boot to home and thermal throttling worked properly Bug: 280552152 Change-Id: I062f3562ca94cb58f5a8255211fe9c852e2f75ec --- thermal_info_config_akita.json | 4 ++-- thermal_info_config_charge_akita.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_akita.json b/thermal_info_config_akita.json index b369d77..0881a0e 100644 --- a/thermal_info_config_akita.json +++ b/thermal_info_config_akita.json @@ -457,7 +457,7 @@ "Formula":"WEIGHTED_AVG", "Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"], "Coefficient":[0.209, 0.368, 0.261, 0.146], - "Offset":-300, + "Offset":300, "Multiplier":0.001 }, { @@ -468,7 +468,7 @@ "Formula":"WEIGHTED_AVG", "Combination":["quiet_therm", "rffe_therm"], "Coefficient":[0.606, 0.429], - "Offset":-10, + "Offset":10, "Multiplier":0.001 }, { diff --git a/thermal_info_config_charge_akita.json b/thermal_info_config_charge_akita.json index 0af2854..424f74c 100644 --- a/thermal_info_config_charge_akita.json +++ b/thermal_info_config_charge_akita.json @@ -68,7 +68,7 @@ "Formula":"WEIGHTED_AVG", "Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"], "Coefficient":[0.209, 0.368, 0.261, 0.146], - "Offset":-300, + "Offset":300, "Multiplier":0.001 }, { @@ -79,7 +79,7 @@ "Formula":"WEIGHTED_AVG", "Combination":["quiet_therm", "rffe_therm"], "Coefficient":[0.606, 0.429], - "Offset":-10, + "Offset":10, "Multiplier":0.001 }, {