diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-10-07 21:44:01 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | f3e68ed0fad1f49894858fd95cbfcca10d55e7ac (patch) | |
tree | 4b58407eb6e3d3c1b5523aaabc57616ce0568ff6 /rootdir/etc/init.qcom.power.rc | |
parent | 31dd64e7df0fba540f57f735c3d3c04a1037594c (diff) |
z2_plus: rootdir: Set input_boost_ms to 40 ms
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.power.rc')
-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 |