diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index 31b22fea..a31fd11b 100644 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -1140,7 +1140,7 @@ case "$target" in #governor settings echo 1 > /sys/devices/system/cpu/cpu0/online - echo "interactive" > /sys/devices/system/cpu/cpufreq/scaling_governor + echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo "19000 1401600:39000" > /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay echo 85 > /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load echo 20000 > /sys/devices/system/cpu/cpufreq/interactive/timer_rate @@ -1149,7 +1149,7 @@ case "$target" in echo "85 1401600:80" > /sys/devices/system/cpu/cpufreq/interactive/target_loads echo 40000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time echo 40000 > /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor - echo 652800 > /sys/devices/system/cpu/cpufreq/scaling_min_freq + echo 652800 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq # re-enable thermal & BCL core_control now echo 1 > /sys/module/msm_thermal/core_control/enabled