thermal: update charging thermal throttling

Increasing MaxReleaseStep/MaxThrottleStep to prevent temperature
overshoos.
Based on HW WLC team's comment:
- During thermal throttling, the charging current should be reduced in steps no larger than 100mA per step.
- When the thermal issue is resolved, the charging current should be increased in steps no larger than 50mA per step.

Flag: EXEMPT tuning changes
Bug: 353587870
Test: boot to home and thermal throttling worked properly.
Change-Id: I402588dbe4d23382bc9ef6c01095a4235d5f6142
This commit is contained in:
David Chao 2024-08-23 06:28:01 +00:00
parent ef20b73bcf
commit 1d94dcc054
2 changed files with 10 additions and 10 deletions

View file

@ -117,15 +117,15 @@
"ExcludedPowerInfo": [ "ExcludedPowerInfo": [
{ {
"PowerRail": "PARTIAL_SYSTEM_POWER", "PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0] "PowerWeight": [0.12, 0.12, 0.6, 1.0, 1.0, 1.0, 1.0]
} }
], ],
"BindedCdevInfo": [ "BindedCdevInfo": [
{ {
"CdevRequest": "fcc", "CdevRequest": "fcc",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 4,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 0, 0, 0, 0, 26, 26] "LimitInfo": [0, 0, 0, 0, 0, 26, 26]
} }
@ -168,8 +168,8 @@
{ {
"CdevRequest": "dc_icl", "CdevRequest": "dc_icl",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 2,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 1, 1, 1, 26, 26, 26] "LimitInfo": [0, 1, 1, 1, 26, 26, 26]
} }

View file

@ -780,15 +780,15 @@
"ExcludedPowerInfo": [ "ExcludedPowerInfo": [
{ {
"PowerRail": "PARTIAL_SYSTEM_POWER", "PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 1.0, 1.0, 1.0, 1.0, 1.0] "PowerWeight": [0.12, 0.12, 0.6, 1.0, 1.0, 1.0, 1.0]
} }
], ],
"BindedCdevInfo": [ "BindedCdevInfo": [
{ {
"CdevRequest": "fcc", "CdevRequest": "fcc",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 4,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 0, 0, 0, 0, 26, 26] "LimitInfo": [0, 0, 0, 0, 0, 26, 26]
} }
@ -831,8 +831,8 @@
{ {
"CdevRequest": "dc_icl", "CdevRequest": "dc_icl",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1, "MaxReleaseStep": 2,
"MaxThrottleStep": 1, "MaxThrottleStep": 4,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26], "CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 1, 1, 1, 26, 26, 26] "LimitInfo": [0, 1, 1, 1, 26, 26, 26]
} }