diff options
Diffstat (limited to 'rootdir/etc')
-rwxr-xr-x | rootdir/etc/init.qcom.power.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index c5f4036..b12d64b 100755 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -20,6 +20,7 @@ on boot on enable-low-power # Disable thermal hotplug to switch governor + write /sys/module/msm_thermal/core_control/enabled 0 # Enable Adaptive LMK @@ -69,7 +70,7 @@ on enable-low-power # Input boost configuration write /sys/module/cpu_boost/parameters/input_boost_freq "0:1324800 2:1324800" - write /sys/module/cpu_boost/parameters/input_boost_ms 0 + write /sys/module/cpu_boost/parameters/input_boost_ms 40 # Setting b.L scheduler parameters write /proc/sys/kernel/sched_boost 0 |