Merge "thermal: Add BCL thermal zones" into udc-qpr-dev am: eb56e420bf
am: 956c386db4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24658253 Change-Id: Ifa10149dbb1c9c98b8f945006d074880f0281b7d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a8f2727f56
1 changed files with 94 additions and 0 deletions
|
@ -64,6 +64,100 @@
|
||||||
"TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
|
"TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
|
||||||
"Multiplier":0.001
|
"Multiplier":0.001
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"battery_cycle",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"Multiplier":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"critical-battery-cell",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"COUNT_THRESHOLD",
|
||||||
|
"TriggerSensor": "vdroop1",
|
||||||
|
"Combination":["battery", "battery_cycle", "vdroop1"],
|
||||||
|
"Coefficient":[-10000, 400, 1000],
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", 3.00, "NAN"],
|
||||||
|
"Multiplier":1,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000,
|
||||||
|
"SendCallback":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"FLASH_LED_REDUCE",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"VirtualSensor":true,
|
||||||
|
"Formula":"COUNT_THRESHOLD",
|
||||||
|
"TriggerSensor": "vdroop1",
|
||||||
|
"Combination":["battery", "battery_cycle", "vdroop1"],
|
||||||
|
"Coefficient":[-10000, 400, 1000],
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 3.00, "NAN", "NAN"],
|
||||||
|
"Multiplier":1,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000,
|
||||||
|
"SendCallback":true,
|
||||||
|
"SendPowerHint":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"soc",
|
||||||
|
"Type":"BCL_PERCENTAGE",
|
||||||
|
"HotThreshold":["NAN", "NAN", 80, "NAN", "NAN", "NAN", "NAN"],
|
||||||
|
"Multiplier":1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"batoilo",
|
||||||
|
"Type":"BCL_CURRENT",
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 5000, "NAN", "NAN"],
|
||||||
|
"HotHysteresis":[0.0, 0.0, 0.0, 0.0, 100, 0.0, 0.0],
|
||||||
|
"Multiplier":1,
|
||||||
|
"SendCallback":true,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"],
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000,
|
||||||
|
"Multiplier":1,
|
||||||
|
"SendCallback":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"vdroop1",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 1000, "NAN", "NAN"],
|
||||||
|
"HotHysteresis":[0.0, 0.0, 0.0, 0.0, 100, 0.0, 0.0],
|
||||||
|
"Multiplier":1,
|
||||||
|
"SendCallback":true,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"vdroop2",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 1200, "NAN", "NAN"],
|
||||||
|
"HotHysteresis":[0.0, 0.0, 0.0, 0.0, 100, 0.0, 0.0],
|
||||||
|
"Multiplier":1,
|
||||||
|
"SendCallback":true,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"smpl_gm",
|
||||||
|
"Type":"BCL_VOLTAGE",
|
||||||
|
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 1100, "NAN", "NAN"],
|
||||||
|
"HotHysteresis":[0.0, 0.0, 0.0, 0.0, 100, 0.0, 0.0],
|
||||||
|
"Multiplier":1,
|
||||||
|
"SendCallback":true,
|
||||||
|
"PollingDelay":0,
|
||||||
|
"PassiveDelay":1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-SKIN-SUB-1",
|
"Name":"VIRTUAL-SKIN-SUB-1",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue