diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-10-22 20:38:46 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-25 15:23:06 +0200 |
commit | 80a21410f0756b0e831c2333c8cd25e49f631f4f (patch) | |
tree | 287bb2bfcdf497b686a3e2d5a7c10cf5714fee57 /configs | |
parent | 115b353c7ba3363ea0b2075cdeff8871d3caeb02 (diff) |
msm8996-common: thermal-engine: Update thresholds for battery_monitor
* These temperatures are too low for us because this sensor basically fluctuates way too much. This causes a charging - not charging behaviour while charging the device normally.
* The problem is probably not there in ZUI because they use the batt_therm sensor with the same configuration, but that probably behaves differently.
* Partial revert of d18cab6881d234d29c8f2b51bcfd8340803aca9a
Change-Id: I9b397568beb110455d65d6ce826dca59679f93b2
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/thermal-engine.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 6a65025..ea3dac6 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -39,7 +39,7 @@ set_point_clr 65000 algo_type monitor sensor tsens_tz_sensor17 sampling 1000 -thresholds 42000 43000 44000 -thresholds_clr 40000 42000 43000 +thresholds 43000 49000 +thresholds_clr 41000 47000 actions battery battery battery -action_info 0 1 2 +action_info 0 1 |