Merge "thermal: Update charging thermal throttling" into main

This commit is contained in:
Treehugger Robot 2024-06-07 17:51:07 +00:00 committed by Android (Google) Code Review
commit 16ae99c8bd
2 changed files with 6 additions and 6 deletions

View file

@ -202,19 +202,19 @@
"PIDInfo": {
"K_Po": ["NAN", "NAN", 119, "NAN", "NAN", "NAN", "NAN"],
"K_Pu": ["NAN", "NAN", 119, "NAN", "NAN", "NAN", "NAN"],
"K_I": ["NAN", "NAN", 25, "NAN", "NAN", "NAN", "NAN"],
"K_I": ["NAN", "NAN", 50, "NAN", "NAN", "NAN", "NAN"],
"K_D": ["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"],
"I_Max": ["NAN", "NAN", 1302, "NAN", "NAN", "NAN", "NAN"],
"S_Power": ["NAN", "NAN", 2527, "NAN", "NAN", "NAN", "NAN"],
"MinAllocPower": ["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"],
"MaxAllocPower": ["NAN", "NAN", 6219, "NAN", "NAN", "NAN", "NAN"],
"I_Cutoff": ["NAN", "NAN", 6, "NAN", "NAN", "NAN", "NAN"],
"I_Default": 1302
"I_Default": 846
},
"ExcludedPowerInfo": [
{
"PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 0.06, 0.06, 0.24, 0.24, 0.24]
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0]
}
],
"BindedCdevInfo": [

View file

@ -806,19 +806,19 @@
"PIDInfo": {
"K_Po": ["NAN", "NAN", 119, "NAN", "NAN", "NAN", "NAN"],
"K_Pu": ["NAN", "NAN", 119, "NAN", "NAN", "NAN", "NAN"],
"K_I": ["NAN", "NAN", 25, "NAN", "NAN", "NAN", "NAN"],
"K_I": ["NAN", "NAN", 50, "NAN", "NAN", "NAN", "NAN"],
"K_D": ["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"],
"I_Max": ["NAN", "NAN", 1302, "NAN", "NAN", "NAN", "NAN"],
"S_Power": ["NAN", "NAN", 2527, "NAN", "NAN", "NAN", "NAN"],
"MinAllocPower": ["NAN", "NAN", 0, "NAN", "NAN", "NAN", "NAN"],
"MaxAllocPower": ["NAN", "NAN", 6219, "NAN", "NAN", "NAN", "NAN"],
"I_Cutoff": ["NAN", "NAN", 6, "NAN", "NAN", "NAN", "NAN"],
"I_Default": 1302
"I_Default": 846
},
"ExcludedPowerInfo": [
{
"PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 0.06, 0.06, 0.24, 0.24, 0.24]
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0]
}
],
"BindedCdevInfo": [