thermal: Update thermal table

Change CdevFloorWithPowerLink for fcc at MODERATE from 1 to 0 to avoid
unwanted throttling from fcc when wlc_fcc is set to 0 with ODPM-lo.

Bug: 192281595
Test: Boot & check log
Change-Id: I718eeb1c3c325a34345a24de90669f349addc972
This commit is contained in:
Jia-yi Chen 2021-07-13 14:30:39 -07:00 committed by TreeHugger Robot
parent 1c4b6056e4
commit 78fd4977a9
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@
"LimitInfo": [0, 2, 3, 4, 4, 4, 4],
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
"PowerThreshold": [500, 500, 500, 500, 0, 0, 0],
"CdevFloorWithPowerLink": [0, 0, 1, 2, 4 ,4 ,4],
"CdevFloorWithPowerLink": [0, 0, 0, 2, 4 ,4 ,4],
"ReleaseLogic": "RELEASE_TO_FLOOR",
"ThrottlingWithPowerLink":true
},

View file

@ -336,7 +336,7 @@
"LimitInfo": [0, 2, 3, 4, 4, 4, 4],
"BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING",
"PowerThreshold": [500, 500, 500, 500, 500, 0, 0],
"CdevFloorWithPowerLink": [0, 0, 1, 2, 3 ,4 ,4],
"CdevFloorWithPowerLink": [0, 0, 0, 2, 3 ,4 ,4],
"ReleaseLogic": "RELEASE_TO_FLOOR",
"ThrottlingWithPowerLink":true
},