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: I5e0f4000c59d732d5c2e0431513fc4b64da2a52e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-02-23 01:11:33 +00:00 committed by Automerger Merge Worker
commit a2007b35c4
2 changed files with 26 additions and 0 deletions

View file

@ -235,6 +235,14 @@
"PollingDelay":300000, "PollingDelay":300000,
"PassiveDelay":7000, "PassiveDelay":7000,
"BindedCdevInfo": [ "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", "Name":"usbc-port",
"Type":"BATTERY" "Type":"BATTERY"
}, },
{
"Name":"tpu_cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
},
{ {
"Name":"gxp-cooling", "Name":"gxp-cooling",
"Type":"NPU", "Type":"NPU",

View file

@ -225,6 +225,14 @@
"PollingDelay":300000, "PollingDelay":300000,
"PassiveDelay":7000, "PassiveDelay":7000,
"BindedCdevInfo": [ "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", "Name":"usbc-port",
"Type":"BATTERY" "Type":"BATTERY"
}, },
{
"Name":"tpu_cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
},
{ {
"Name":"gxp-cooling", "Name":"gxp-cooling",
"Type":"NPU", "Type":"NPU",