thermal: add TPU throttling for SKIN thermal optimization am: bffd5fe31a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15472709

Change-Id: I3be3365f496ce4d0d2d22000962533a866d1a401
This commit is contained in:
TeYuan Wang 2021-08-10 23:34:02 +00:00 committed by Automerger Merge Worker
commit 756c2fe3e2
2 changed files with 18 additions and 0 deletions

View file

@ -399,6 +399,10 @@
"CdevFloorWithPowerLink": [0, 1, 1, 2, 5, 5, 5],
"ReleaseLogic": "RELEASE_TO_FLOOR",
"ThrottlingWithPowerLink":true
},
{
"CdevRequest": "tpu_cooling",
"LimitInfo": [0, 1, 2, 3, 4, 4, 4]
}
]
},
@ -1076,6 +1080,11 @@
{
"Name":"usbc-port",
"Type":"BATTERY"
},
{
"Name":"tpu_cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
}
],
"PowerRails":[

View file

@ -399,6 +399,10 @@
"CdevFloorWithPowerLink": [0, 1, 1, 2, 3, 4, 4],
"ReleaseLogic": "RELEASE_TO_FLOOR",
"ThrottlingWithPowerLink":true
},
{
"CdevRequest": "tpu_cooling",
"LimitInfo": [0, 1, 2, 3, 4, 4, 4]
}
]
},
@ -1080,6 +1084,11 @@
{
"Name":"usbc-port",
"Type":"BATTERY"
},
{
"Name":"tpu_cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
}
],
"PowerRails":[