diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-13 02:04:39 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:52:52 +0100 |
commit | 2ed8f7af97cee840060894abdaa7fe1d40afe4a9 (patch) | |
tree | cbcb1687a1be98b633a726dac22f607efc34f7f6 /configs/thermal-engine.conf | |
parent | 35dfbc64f84bcf32d44a8c6da3ff5b3776fdf515 (diff) |
z2_plus: Move blobs to the device tree
Diffstat (limited to 'configs/thermal-engine.conf')
-rw-r--r-- | configs/thermal-engine.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf new file mode 100644 index 0000000..f83e6c4 --- /dev/null +++ b/configs/thermal-engine.conf @@ -0,0 +1,38 @@ +# 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 62000 +set_point_clr 50000 +time_constant 0 + +[SS-POPMEM] +#algo_type ss +sampling 10 +sensor pop_mem +device cluster1 +set_point 62000 +set_point_clr 50000 +time_constant 16 + +[SS-CPUS-ALL] +#algo_type ss +sampling 10 +sensor VIRTUAL-CPUS +device cpu_voltage +set_point 62000 +set_point_clr 50000 +time_constant 0 + +[battery_monitor] +algo_type monitor +sensor tsens_tz_sensor14 +sampling 1000 +thresholds 49000 52000 55000 +thresholds_clr 47000 50000 53000 +actions battery battery battery +action_info 0 1 2 |