Merge "thermal: enable tpu and gxp thermal mitigations" into udc-dev am: 0dfe76f37a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/21527961 Change-Id: I30e49d6506f1349f7de37188aa266f793954151c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
03257528b0
2 changed files with 26 additions and 0 deletions
|
@ -235,6 +235,14 @@
|
|||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
"BindedCdevInfo": [
|
||||
{
|
||||
"CdevRequest": "tpu_cooling",
|
||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "gxp-cooling",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 6, 6]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -464,6 +472,11 @@
|
|||
"Name":"usbc-port",
|
||||
"Type":"BATTERY"
|
||||
},
|
||||
{
|
||||
"Name":"tpu_cooling",
|
||||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
||||
},
|
||||
{
|
||||
"Name":"gxp-cooling",
|
||||
"Type":"NPU",
|
||||
|
|
|
@ -225,6 +225,14 @@
|
|||
"PollingDelay":300000,
|
||||
"PassiveDelay":7000,
|
||||
"BindedCdevInfo": [
|
||||
{
|
||||
"CdevRequest": "tpu_cooling",
|
||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
||||
},
|
||||
{
|
||||
"CdevRequest": "gxp-cooling",
|
||||
"LimitInfo": [0, 0, 0, 0, 0, 6, 6]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -454,6 +462,11 @@
|
|||
"Name":"usbc-port",
|
||||
"Type":"BATTERY"
|
||||
},
|
||||
{
|
||||
"Name":"tpu_cooling",
|
||||
"Type":"NPU",
|
||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
||||
},
|
||||
{
|
||||
"Name":"gxp-cooling",
|
||||
"Type":"NPU",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue