Merge "init.qcom.post_boot: Enabling cpu-boost and input boost for 8084"

This commit is contained in:
Linux Build Service Account 2014-01-18 22:18:38 -08:00 committed by Gerrit - the friendly Code Review server
commit a33db10cb9
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@ case "$target" in
echo 20 > /sys/module/cpu_boost/parameters/boost_ms
echo 1728000 > /sys/module/cpu_boost/parameters/sync_threshold
echo 100000 > /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor
echo 1497600 > /sys/module/cpu_boost/parameters/input_boost_freq
echo 40 > /sys/module/cpu_boost/parameters/input_boost_ms
echo 1 > /dev/cpuctl/apps/cpu.notify_on_migrate
echo 300000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 300000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
echo 300000 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq