thermal: update BCL policy changes for BAACL
Bug: 204271308 Test: Boot and confirm temperature reading Signed-off-by: George Lee <geolee@google.com> Change-Id: I10b15a4863dbbc11b9d2149b3fda73f860717a3f
This commit is contained in:
parent
d95f875407
commit
b60df13d49
3 changed files with 96 additions and 15 deletions
|
@ -498,7 +498,7 @@
|
||||||
"Type":"BCL_PERCENTAGE",
|
"Type":"BCL_PERCENTAGE",
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
80,
|
||||||
"NAN",
|
"NAN",
|
||||||
90,
|
90,
|
||||||
93,
|
93,
|
||||||
|
@ -548,6 +548,33 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"BCL_AUDIO_BAACL",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"COUNT_THRESHOLD",
|
||||||
|
"TriggerSensor": "soc",
|
||||||
|
"Combination":[
|
||||||
|
"battery",
|
||||||
|
"soc"
|
||||||
|
],
|
||||||
|
"Coefficient":[
|
||||||
|
"-25000",
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
2.0,
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":1,
|
||||||
|
"Monitor":true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop1",
|
"Name":"vdroop1",
|
||||||
"Type":"BCL_VOLTAGE",
|
"Type":"BCL_VOLTAGE",
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
"Type":"BCL_PERCENTAGE",
|
"Type":"BCL_PERCENTAGE",
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
80,
|
||||||
"NAN",
|
"NAN",
|
||||||
90,
|
90,
|
||||||
93,
|
93,
|
||||||
|
@ -190,6 +190,33 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"BCL_AUDIO_BAACL",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"COUNT_THRESHOLD",
|
||||||
|
"TriggerSensor": "soc",
|
||||||
|
"Combination":[
|
||||||
|
"battery",
|
||||||
|
"soc"
|
||||||
|
],
|
||||||
|
"Coefficient":[
|
||||||
|
"-25000",
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
2.0,
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":1,
|
||||||
|
"Monitor":true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop1",
|
"Name":"vdroop1",
|
||||||
"Type":"BCL_VOLTAGE",
|
"Type":"BCL_VOLTAGE",
|
||||||
|
|
|
@ -526,7 +526,7 @@
|
||||||
"Type":"BCL_PERCENTAGE",
|
"Type":"BCL_PERCENTAGE",
|
||||||
"HotThreshold":[
|
"HotThreshold":[
|
||||||
"NAN",
|
"NAN",
|
||||||
"NAN",
|
80,
|
||||||
"NAN",
|
"NAN",
|
||||||
90,
|
90,
|
||||||
93,
|
93,
|
||||||
|
@ -576,6 +576,33 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"BCL_AUDIO_BAACL",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"COUNT_THRESHOLD",
|
||||||
|
"TriggerSensor": "soc",
|
||||||
|
"Combination":[
|
||||||
|
"battery",
|
||||||
|
"soc"
|
||||||
|
],
|
||||||
|
"Coefficient":[
|
||||||
|
"-25000",
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
2.0,
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":1,
|
||||||
|
"Monitor":true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"vdroop1",
|
"Name":"vdroop1",
|
||||||
"Type":"BCL_VOLTAGE",
|
"Type":"BCL_VOLTAGE",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue