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

Enable CPU to DDR bus scaling floor by setting mincpubw devfreq
governor to cpufreq

Change-Id: I8f88badd4760fcd2ade301a26197dd0ecbd88006
This commit is contained in:
Rohit Gupta 2015-05-26 16:20:51 -07:00
parent 74e44dbf57
commit 78fd9deae9
1 changed files with 5 additions and 0 deletions

View File

@ -987,6 +987,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