diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-10-07 20:48:14 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-10-07 15:23:12 +0200 |
commit | e3edfcd33f5b3fc16e3c4732f4c7ceb4a78f008d (patch) | |
tree | 06d12be54d81f2b5fdc4b8ffd718f5cb1ad3d409 /rootdir | |
parent | bd8650138ebff1968305766c8e4dd9313b588725 (diff) |
Revert "msm8996-common: Avoid jumping to the maximum frequency without needing it"
This reverts commit 1e8ebc090ff0aa0334c71f506d029a77f7447a0a.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.power.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 7784cf9..03f9405 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -35,9 +35,6 @@ on init # Drop write bit from cpu_max_freq so that libqti-perfd can't set it chmod 0444 /sys/module/msm_performance/parameters/cpu_max_freq - # Same with cpu_min_freq to avoid burn our battery - chmod 0444 /sys/module/msm_performance/parameters/cpu_min_freq - on boot # Update foreground and background cpusets write /dev/cpuset/foreground/cpus 0-3 |