From cf907620ea29ebeed2783757697567d3d72740bf Mon Sep 17 00:00:00 2001 From: mandyshen Date: Tue, 5 Nov 2019 16:15:49 +0800 Subject: [PATCH] thermal: update thermal config for thermal hal Bug: 139840143 Test: Thermal hal PTS run pass Change-Id: Id32177f41fd348dde8b4ace26ba36e96ecc0a330 --- thermal_info_config_redfin.json | 247 +++++++++++++++++++++++++++++++- 1 file changed, 246 insertions(+), 1 deletion(-) diff --git a/thermal_info_config_redfin.json b/thermal_info_config_redfin.json index 8b13789..cf6bb9c 100644 --- a/thermal_info_config_redfin.json +++ b/thermal_info_config_redfin.json @@ -1 +1,246 @@ - +{ + "Sensors":[ + { + "Name":"cpu-0-0-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-0-1-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-0-2-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-0-3-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-0-4-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-0-5-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-1-0-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-1-1-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-1-2-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"cpu-1-3-usr", + "Type":"CPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"gpuss-0-usr", + "Type":"GPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"gpuss-1-usr", + "Type":"GPU", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + 95.0, + "NAN", + "NAN", + 125.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"battery", + "Type":"BATTERY", + "HotThreshold":[ + "NAN", + "NAN", + "NAN", + "NAN", + "NAN", + "NAN", + 60.0 + ], + "VrThreshold":"NAN", + "Multiplier":0.001 + }, + { + "Name":"skin-therm-monitor", + "Type":"SKIN", + "HotThreshold":[ + "NAN", + 85.0, + 86.0, + 87.0, + 88.0, + 89.0, + 90.0 + ], + "HotHysteresis":[ + 0.0, + 1.9, + 1.9, + 1.9, + 1.9, + 1.9, + 1.9 + ], + "VrThreshold":"NAN", + "Multiplier":0.001, + "Monitor":true + } + ], + "CoolingDevices":[ + { + "Name":"thermal-cpufreq-0", + "Type":"CPU" + }, + { + "Name":"thermal-cpufreq-6", + "Type":"CPU" + }, + { + "Name":"thermal-cpufreq-7", + "Type":"CPU" + }, + { + "Name":"thermal-devfreq-0", + "Type":"GPU" + }, + { + "Name":"fcc", + "Type":"BATTERY" + } + ] +}