aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2022-08-08 00:52:52 +0200
committerDavide Garberi <dade.garberi@gmail.com>2022-08-16 12:21:37 +0200
commit1e86d6f09a4848aac8ad97a29420799feb6d056b (patch)
tree7e0fc9a49c5b5c83499be907c307ce0005ddce23 /configs
parent4c26fe6c987e87d430a6b2087ea3b8756c881ebf (diff)
msm8996-common: configs: Import thermal-engine.conf from marlin
* Remove the battery monitor part too since the bms sensor isn't reliable anymore with everyone using a third party battery Change-Id: I46f788b079a5f9548989c495e0b5a1e1825f5df5
Diffstat (limited to 'configs')
-rw-r--r--configs/thermal-engine.conf89
1 files changed, 51 insertions, 38 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf
index 4682dd5..9314cc2 100644
--- a/configs/thermal-engine.conf
+++ b/configs/thermal-engine.conf
@@ -1,45 +1,58 @@
-# File empty by default.
-# Replace contents of this file with custom configuration.
+[SKIN_SHUTDOWN]
+algo_type monitor
+sampling 1000
+sensor emmc_therm
+thresholds 65000
+thresholds_clr 64000
+actions shutdown
+action_info 1
-[SS-TEMP-CLUSTER1-0]
+[SKIN-HIGH-FLOOR]
algo_type ss
-sampling 10
-sensor pop_mem
-device cluster1
-set_point 54000
-set_point_clr 46000
-device_max_limit 1824000
-time_constant 16
+sampling 2000
+sensor emmc_therm
+device cpu_voltage
+set_point 47000
+set_point_clr 44000
+device_perf_floor 1670400
+time_constant 0
-[SS-TEMP-CLUSTER1-1]
+[SKIN-MID-FLOOR]
algo_type ss
-sampling 10
-sensor pop_mem
-device cluster1
-set_point 62000
-set_point_clr 54000
-device_max_limit 1632000
-time_constant 16
-
-[SS-POPMEM]
-disable
-
-[SPEAKER-CAL]
-disable
+sampling 2000
+sensor emmc_therm
+device cpu_voltage
+set_point 48000
+set_point_clr 48000
+device_perf_floor 1440000
+time_constant 0
-[SS-GPU]
-algo_type ss
-sampling 250
-sensor gpu
-device gpu
-set_point 75000
-set_point_clr 65000
+[SKIN-LOW-FLOOR]
+algo_type ss
+sampling 2000
+sensor emmc_therm
+device cpu_voltage
+set_point 51000
+set_point_clr 49000
+device_perf_floor 1132800
+time_constant 0
-[battery_monitor]
-algo_type monitor
-sensor bms
+[HOT-SKIN-VIRTUAL]
+algo_type virtual
+trip_sensor emmc_therm
+sensors tsens_tz_sensor15 tsens_tz_sensor0
+list_cnt 2
+weights 1 -1
+set_point 47000
+set_point_clr 44000
sampling 1000
-thresholds 43000 49000
-thresholds_clr 41000 47000
-actions battery battery battery
-action_info 0 1
+math 0
+
+[VIRTUAL-SS-GPU-SKIN]
+algo_type ss
+sensor HOT-SKIN-VIRTUAL
+device gpu
+sampling 2000
+set_point 7000
+set_point_clr 2000
+device_max_limit 400000000