sanders: add thermal config

This commit is contained in:
Vachounet
2017-09-20 13:48:57 +02:00
parent 02dfd89feb
commit 7c7e3b402e
2 changed files with 40 additions and 4 deletions

View File

@@ -53,16 +53,52 @@ algo_type ss
sampling 5000
sensor chg_therm
device battery
set_point 50000
set_point_clr 44000
time_constant 0
[VIRTUAL-MSM-CPU]
algo_type virtual
trip_sensor msm_therm
set_point 41000
set_point_clr 39000
sensors tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7
weights 1 1 1 1
sampling 1000
math 0
[SS-MSM-CPU]
algo_type ss
sampling 1000
sensor VIRTUAL-MSM-CPU
device battery
set_point 43000
set_point_clr 41000
set_point_clr 40000
[VIRTUAL-MSM-GPU]
algo_type virtual
trip_sensor msm_therm
set_point 41000
set_point_clr 39000
sensors tsens_tz_sensor15
sampling 1000
math 2
[SS-MSM-GPU]
algo_type ss
sampling 1000
sensor VIRTUAL-MSM-GPU
device battery
set_point 43000
set_point_clr 40000
[SS-MSM-CLUSTER0]
algo_type ss
sampling 1000
sensor msm_therm
device cluster0
set_point 49000
set_point_clr 44000
set_point 43000
set_point_clr 41000
device_max_limit 1401600
[VIRTUAL-CPUS]

View File

@@ -330,7 +330,7 @@ PRODUCT_PACKAGES += \
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-potter.conf:system/etc/thermal-engine-potter.conf
$(LOCAL_PATH)/configs/thermal-engine-sanders.conf:system/etc/thermal-engine-sanders.conf
# USB HAL
PRODUCT_PACKAGES += \