Merge "init.qcom.post_boot: Set mincpubw devfreq governor to cpufreq for 8996"

This commit is contained in:
Linux Build Service Account 2015-07-18 08:16:39 -07:00 committed by Gerrit - the friendly Code Review server
commit 99967e6e10
1 changed files with 5 additions and 0 deletions

View File

@ -988,6 +988,11 @@ case "$target" in
echo "bw_hwmon" > $devfreq_gov
done
for devfreq_gov in /sys/class/devfreq/*qcom,mincpubw*/governor
do
echo "cpufreq" > $devfreq_gov
done
soc_revision=`cat /sys/devices/soc0/revision`
if [ "$soc_revision" == "2.1" ]; then
# Disable C4, D3, D4 and M3 LPMs