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:
parent
74e44dbf57
commit
78fd9deae9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue