android_device_essential_mata/configs/thermal_info_config.json
Ethan Chen 64953466bf mata: Adjust thermal throttling monitor configuration
* This device does not set SHUTDOWN, EMERGENCY or CRITICAL throttling
  thresholds.
* Set LIGHT, MODERATE, SEVERE throttling levels to match
  thermal-engine.conf throttling the CPU clusters at 40C, 42C, 44C

Change-Id: I7aae46f1123960eabff7b43773636cfcaa923d28
2020-01-03 19:18:20 +01:00

190 lines
4.2 KiB
JSON

{
"Sensors":[
{
"Name":"tsens_tz_sensor1",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor2",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor4",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor3",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor7",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor8",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor9",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor10",
"Type":"CPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"tsens_tz_sensor13",
"Type":"GPU",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
95.0,
"NAN",
"NAN",
125.0
],
"VrThreshold":"NAN",
"Multiplier":0.1
},
{
"Name":"battery",
"Type":"BATTERY",
"HotThreshold":[
"NAN",
"NAN",
"NAN",
"NAN",
"NAN",
"NAN",
60.0
],
"VrThreshold":"NAN",
"Multiplier":0.001
},
{
"Name":"quiet_therm",
"Type":"SKIN",
"HotThreshold":[
"NAN",
40.0,
42.0,
44.0,
"NAN",
"NAN",
"NAN"
],
"HotHysteresis":[
0.0,
2.0,
2.0,
2.0,
0.0,
0.0,
0.0
],
"VrThreshold":"NAN",
"Multiplier":1.0,
"Monitor":true
}
],
"CoolingDevices":[
{
"Name":"thermal-cpufreq-0",
"Type":"CPU"
},
{
"Name":"thermal-cpufreq-1",
"Type":"CPU"
}
]
}