From a87e3702a65f6dd2b0d0b2d319da809be440781a Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Fri, 3 Feb 2017 15:23:53 -0800 Subject: msm8996-common: thermal-config: throttling before shutdown Add more aggressive throttling before shutdown Change thermal shutdown to 60C Fix wrong temperature in SKIN-MID-FLOOR Bug: 33276816 Bug: 35933344 Test: on marlin Change-Id: Id20f2299beb7772bbe376342642814b01369731c --- thermal/thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thermal') diff --git a/thermal/thermal.c b/thermal/thermal.c index f75a760..5b51673 100644 --- a/thermal/thermal.c +++ b/thermal/thermal.c @@ -49,7 +49,7 @@ const int CPU_SENSORS[] = {4, 6, 9, 11}; #define BATTERY_SHUTDOWN_THRESHOLD 60 // device/zuk/msm8996-common/configs/thermal-engine.conf #define SKIN_THROTTLING_THRESHOLD 47 -#define SKIN_SHUTDOWN_THRESHOLD 65 +#define SKIN_SHUTDOWN_THRESHOLD 60 #define VR_THROTTLED_BELOW_MIN 58 #define GPU_LABEL "GPU" -- cgit v1.2.3