thermal: align the gxp throttling policy with P22 am: 75f62049e5
am: 68cdd7ff11
Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/21000332 Change-Id: Ifad458bf5ccc8e476c9c88c64ccc4e4a6594319c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b2f6b284b1
1 changed files with 9 additions and 0 deletions
|
@ -124,6 +124,10 @@
|
|||
{
|
||||
"CdevRequest": "tpu_cooling",
|
||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "gxp-cooling",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -807,6 +811,11 @@
|
|||
"Name":"tpu_cooling",
|
||||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
||||
},
|
||||
{
|
||||
"Name":"gxp-cooling",
|
||||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/gxp-cooling/user_vote"
|
||||
}
|
||||
],
|
||||
"PowerRails":[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue