thermal: align the gxp throttling policy with P22
Bug: 265609046 Test: verified by emul_temp Change-Id: If5f4ee86e11a4b430223dcf000f114e9d513eb51
This commit is contained in:
parent
90f1fab540
commit
75f62049e5
1 changed files with 9 additions and 0 deletions
|
@ -124,6 +124,10 @@
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
"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",
|
"Name":"tpu_cooling",
|
||||||
"Type":"NPU",
|
"Type":"NPU",
|
||||||
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
|
"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":[
|
"PowerRails":[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue