diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-22 01:07:07 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-22 11:54:17 +0200 |
commit | 8a865790db75f9716ad6ec0c7dbccd8997e576bd (patch) | |
tree | 17e1406ece5a22d9aa4c42dffce5a3af321da754 /configs/thermal-engine.conf | |
parent | 8921aabf361318fe157b4f477a11fbb430fede2a (diff) |
msm8996-common: Decommonize thermal-engine.conf.
* z2_row and z2_plus have different thresholds.
Diffstat (limited to 'configs/thermal-engine.conf')
-rw-r--r-- | configs/thermal-engine.conf | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf deleted file mode 100644 index 7640e3a..0000000 --- a/configs/thermal-engine.conf +++ /dev/null @@ -1,39 +0,0 @@ -# File empty by default. -# Replace contents of this file with custom configuration. - -[SS-GPU] -#algo_type ss -sampling 250 -sensor gpu -device gpu -set_point 56000 -set_point_clr 46000 -time_constant 0 - -[SS-POPMEM] -#algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 56000 -set_point_clr 46000 -time_constant 16 - -[SS-CPUS-ALL] -#algo_type ss -sampling 10 -sensor VIRTUAL-CPUS -device cpu_voltage -set_point 56000 -set_point_clr 46000 -time_constant 0 - -[battery_monitor] -algo_type monitor -sensor tsens_tz_sensor17 -sampling 1000 -thresholds 49000 55000 -thresholds_clr 47000 53000 -actions battery battery battery -action_info 0 1 - |