diff options
| author | HashBang <hashbang173@gmail.com> | 2016-07-12 10:36:07 -0400 |
|---|---|---|
| committer | HashBang <hashbang173@gmail.com> | 2016-07-12 11:56:00 -0400 |
| commit | 766ed0eb8383dc5fbac1eb995c09aa2704c76a35 (patch) | |
| tree | d04ff7d8dd8f19d2fcc70bf3b00a30ab0d003778 | |
| parent | 7afa2c734addab8d24fcdca994765de14e7d4874 (diff) | |
clark: set minimum cpu frequency to 384 MHz for the big coresmm6.0-071216
commit 7d7d472ac6f6d50bb8c91dab614b039830b47bfd added a second write to
scaling_min_freq on the big cores, setting the minimum frequency to 633
MHz
Remove this line in order to use the prior setting of 384 MHz to
improve battery performance.
Change-Id: Ic1cc27e8ff5327004cd4cb23183a8df3fc26efb8
| -rw-r--r-- | rootdir/init.qcom.power.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/init.qcom.power.rc b/rootdir/init.qcom.power.rc index d27ef62..da69fe5 100644 --- a/rootdir/init.qcom.power.rc +++ b/rootdir/init.qcom.power.rc @@ -105,7 +105,6 @@ on enable-low-power write /sys/devices/system/cpu/cpu4/cpufreq/interactive/min_sample_time 39000 write /sys/devices/system/cpu/cpu4/cpufreq/interactive/max_freq_hysteresis 79000 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 384000 - write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 633600 # Enable thermal core write /sys/module/msm_thermal/core_control/enabled 1 |
