diff --git a/configs/thermal-engine-8226.conf b/configs/thermal-engine-8226.conf index a09e5c0..3dbab5f 100644 --- a/configs/thermal-engine-8226.conf +++ b/configs/thermal-engine-8226.conf @@ -1,34 +1,68 @@ sampling 5000 -[CPU0-1_MONITOR] +[CPU0_MONITOR] algo_type monitor -sensor cpu0-1 +sensor cpu0 sampling 1000 thresholds 120000 thresholds_clr 115000 actions shutdown action_info 5000 -[CPU2-3_MONITOR] +[CPU1_MONITOR] algo_type monitor -sensor cpu2-3 +sensor cpu1 sampling 1000 thresholds 120000 thresholds_clr 115000 actions shutdown action_info 5000 -[CPU0-1_SS] +[CPU2_MONITOR] +algo_type monitor +sensor cpu2 +sampling 1000 +thresholds 120000 +thresholds_clr 115000 +actions shutdown +action_info 5000 + +[CPU3_MONITOR] +algo_type monitor +sensor cpu3 +sampling 1000 +thresholds 120000 +thresholds_clr 115000 +actions shutdown +action_info 5000 + +[CPU0_SS] algo_type ss -sensor cpu0-1 +sensor cpu0 device cpu sampling 65 set_point 85000 set_point_clr 65000 -[CPU2-3_SS] +[CPU1_SS] algo_type ss -sensor cpu2-3 +sensor cpu1 +device cpu +sampling 65 +set_point 85000 +set_point_clr 65000 + +[CPU2_SS] +algo_type ss +sensor cpu2 +device cpu +sampling 65 +set_point 85000 +set_point_clr 65000 + +[CPU3_SS] +algo_type ss +sensor cpu3 device cpu sampling 65 set_point 85000