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:

committed by
TreeHugger Robot

parent
f5650be347
commit
396f97cf15
@@ -180,7 +180,7 @@
|
|||||||
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
||||||
"MaxReleaseStep": 1,
|
"MaxReleaseStep": 1,
|
||||||
"MaxThrottleStep": 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]
|
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -280,7 +280,7 @@
|
|||||||
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
|
||||||
"MaxReleaseStep": 1,
|
"MaxReleaseStep": 1,
|
||||||
"MaxThrottleStep": 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]
|
"LimitInfo": [0, 0, 0, 0, 0, 12, 12]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user