thermal: increase charging current on WLC charging throttling

Increase cdev_ceiling on WLC:
- MODERATE: from 10 (100mA) to 8 (250mA)

Bug: 250938144
Test: boot to home and thermal throttling worked properly
Change-Id: I978efc8e922e7c7100a3bd557f7d935174d632fd
This commit is contained in:
David Chao 2022-10-13 14:35:18 +08:00 committed by TreeHugger Robot
parent f5650be347
commit 396f97cf15
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1,
"MaxThrottleStep": 1,
"CdevCeiling": [0, 5, 10, 11, 12, 12, 12],
"CdevCeiling": [0, 5, 8, 11, 12, 12, 12],
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
}
]

View File

@ -280,7 +280,7 @@
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1,
"MaxThrottleStep": 1,
"CdevCeiling": [0, 5, 10, 11, 12, 12, 12],
"CdevCeiling": [0, 5, 8, 11, 12, 12, 12],
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
}
]