diff options
author | Simon Shields <keepcalm444@gmail.com> | 2016-02-27 20:37:29 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2016-03-02 23:28:11 +1100 |
commit | be4c4ec36f214eda40301450cd0691d08719852c (patch) | |
tree | 25d7be6eb8dd29299e7eb66059fd31f7be54eee6 /rootdir | |
parent | ddc02ec2b3d19e301c4cb761b778f43ceff9f8ad (diff) | |
download | device_samsung_i9300-be4c4ec36f214eda40301450cd0691d08719852c.zip device_samsung_i9300-be4c4ec36f214eda40301450cd0691d08719852c.tar.gz device_samsung_i9300-be4c4ec36f214eda40301450cd0691d08719852c.tar.bz2 |
i9300: power: pegasusq boosting support
implement INTERACTION, LAUNCH_BOOST, and CPU_BOOST hints.
Change-Id: Iac8c84ecb910a72a6de4c81a470c9d2d800ff631
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.target.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index a9a3168..d17fc69 100644 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -3,6 +3,9 @@ on init # ko files for FM Radio insmod /system/lib/modules/Si4709_driver.ko chown system system /sys/devices/system/cpu/cpufreq/pegasusq + chown system system /sys/devices/system/cpu/cpufreq/pegasusq/boost_freq + chown system system /sys/devices/system/cpu/cpufreq/pegasusq/boost_lock_time + chown system system /sys/devices/system/cpu/cpufreq/pegasusq/boost_mincpus chown system system /sys/devices/system/cpu/cpufreq/pegasusq/cpu_down_freq chown system system /sys/devices/system/cpu/cpufreq/pegasusq/cpu_down_rate chown system system /sys/devices/system/cpu/cpufreq/pegasusq/cpu_up_freq |