diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index e6deb3ba..93690e0c 100644 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -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