thermal: Remove 80% SOC monitoring

Bug: 228808192
Test: Local test to verify no polling
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I6a0a0fa240e199a3ccf47138b3204679fd3f6eed
This commit is contained in:
George Lee 2022-04-11 13:04:20 -07:00
parent 175bd53191
commit 43ad58996b
4 changed files with 7 additions and 21 deletions

View file

@ -598,7 +598,7 @@
"Type":"BCL_PERCENTAGE", "Type":"BCL_PERCENTAGE",
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
20, "NAN",
80, 80,
"NAN", "NAN",
"NAN", "NAN",
@ -607,8 +607,6 @@
], ],
"VrThreshold":"NAN", "VrThreshold":"NAN",
"Multiplier":1, "Multiplier":1,
"PollingDelay":60000,
"PassiveDelay":7000,
"Monitor":true "Monitor":true
}, },
{ {

View file

@ -142,22 +142,14 @@
"NAN", "NAN",
80, 80,
"NAN", "NAN",
90, "NAN",
93, "NAN",
96, "NAN",
"NAN" "NAN"
], ],
"VrThreshold":"NAN", "VrThreshold":"NAN",
"Multiplier":1, "Multiplier":1,
"Monitor":true, "Monitor":true
"PollingDelay":300000,
"PassiveDelay":5000,
"BindedCdevInfo": [
{
"CdevRequest": "thermal-cpufreq-2",
"LimitInfo": [0, 0, 0, 7, 7, 10, 10]
}
]
}, },
{ {
"Name":"batoilo", "Name":"batoilo",

View file

@ -598,7 +598,7 @@
"Type":"BCL_PERCENTAGE", "Type":"BCL_PERCENTAGE",
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
20, "NAN",
80, 80,
"NAN", "NAN",
"NAN", "NAN",
@ -607,8 +607,6 @@
], ],
"VrThreshold":"NAN", "VrThreshold":"NAN",
"Multiplier":1, "Multiplier":1,
"PollingDelay":60000,
"PassiveDelay":7000,
"Monitor":true "Monitor":true
}, },
{ {

View file

@ -140,7 +140,7 @@
"Type":"BCL_PERCENTAGE", "Type":"BCL_PERCENTAGE",
"HotThreshold":[ "HotThreshold":[
"NAN", "NAN",
20, "NAN",
80, 80,
"NAN", "NAN",
"NAN", "NAN",
@ -149,8 +149,6 @@
], ],
"VrThreshold":"NAN", "VrThreshold":"NAN",
"Multiplier":1, "Multiplier":1,
"PollingDelay":60000,
"PassiveDelay":7000,
"Monitor":true "Monitor":true
}, },
{ {