thermal: update TPU SKIN policy

Update TPU SKIN thermal throttling to supports the full DVFS state table
to match TPU hardware DVFS capabilities.

Bug: 198679654
Test: Verified by emul temp
Change-Id: I8ddc588ad4fe48c9def78a180c5ff43b4a4203de
This commit is contained in:
David Chao 2021-09-03 10:27:20 +08:00 committed by TreeHugger Robot
parent 04cce01ad0
commit 568ea8e346
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@
}, },
{ {
"CdevRequest": "tpu_cooling", "CdevRequest": "tpu_cooling",
"LimitInfo": [0, 1, 2, 3, 4, 4, 4] "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
} }
] ]
}, },

View file

@ -375,7 +375,7 @@
}, },
{ {
"CdevRequest": "tpu_cooling", "CdevRequest": "tpu_cooling",
"LimitInfo": [0, 1, 2, 3, 4, 4, 4] "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
} }
] ]
}, },