Merge "post_boot: set devfreq governor to cpubw_hwmon for 8084"

This commit is contained in:
Linux Build Service Account 2014-01-16 13:27:45 -08:00 committed by Gerrit - the friendly Code Review server
commit 491009af19
1 changed files with 4 additions and 0 deletions

View File

@ -455,6 +455,10 @@ case "$target" in
echo 1 > /sys/devices/system/cpu/cpu1/online
echo 1 > /sys/devices/system/cpu/cpu2/online
echo 1 > /sys/devices/system/cpu/cpu3/online
for devfreq_gov in /sys/class/devfreq/qcom,cpubw*/governor
do
echo "cpubw_hwmon" > $devfreq_gov
done
echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo "interactive" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo "interactive" > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor