diff options
author | Wei Wang <wvw@google.com> | 2017-02-03 15:23:53 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-16 12:21:37 +0200 |
commit | a87e3702a65f6dd2b0d0b2d319da809be440781a (patch) | |
tree | c98806f63edf0b92e86cee18b89d1ec817958472 /thermal/thermal.c | |
parent | 1e86d6f09a4848aac8ad97a29420799feb6d056b (diff) |
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
Diffstat (limited to 'thermal/thermal.c')
-rw-r--r-- | thermal/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |