Merge "thermal: update wired charging offset" into udc-qpr-dev am: d7cd83be1e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24702007

Change-Id: I28253f1b3ff86e18cdfa679373551194e388eb93
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-09-08 05:17:27 +00:00 committed by Automerger Merge Worker
commit 682c484bd7
2 changed files with 4 additions and 4 deletions

View file

@ -457,7 +457,7 @@
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"], "Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"],
"Coefficient":[0.209, 0.368, 0.261, 0.146], "Coefficient":[0.209, 0.368, 0.261, 0.146],
"Offset":-300, "Offset":300,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -468,7 +468,7 @@
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["quiet_therm", "rffe_therm"], "Combination":["quiet_therm", "rffe_therm"],
"Coefficient":[0.606, 0.429], "Coefficient":[0.606, 0.429],
"Offset":-10, "Offset":10,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {

View file

@ -68,7 +68,7 @@
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"], "Combination":["modem_therm", "rffe_therm", "soc_therm", "charger_therm"],
"Coefficient":[0.209, 0.368, 0.261, 0.146], "Coefficient":[0.209, 0.368, 0.261, 0.146],
"Offset":-300, "Offset":300,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -79,7 +79,7 @@
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["quiet_therm", "rffe_therm"], "Combination":["quiet_therm", "rffe_therm"],
"Coefficient":[0.606, 0.429], "Coefficient":[0.606, 0.429],
"Offset":-10, "Offset":10,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {