Merge "init: qcom: post_boot: Enable BIMC HWMON for MSM8909"

This commit is contained in:
Linux Build Service Account 2014-11-05 20:52:57 -08:00 committed by Gerrit - the friendly Code Review server
commit d0450b601e
1 changed files with 5 additions and 0 deletions

View File

@ -802,6 +802,11 @@ case "$target" in
echo 1 > /sys/devices/system/cpu/cpu2/online
echo 1 > /sys/devices/system/cpu/cpu3/online
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
for devfreq_gov in /sys/class/devfreq/qcom,cpubw*/governor
do
echo "bw_hwmon" > $devfreq_gov
done
;;
esac