Merge "init.qcom.post_boot: Set mincpubw devfreq governor to cpufreq for 8996"
This commit is contained in:
commit
99967e6e10
|
@ -988,6 +988,11 @@ case "$target" in
|
||||||
echo "bw_hwmon" > $devfreq_gov
|
echo "bw_hwmon" > $devfreq_gov
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for devfreq_gov in /sys/class/devfreq/*qcom,mincpubw*/governor
|
||||||
|
do
|
||||||
|
echo "cpufreq" > $devfreq_gov
|
||||||
|
done
|
||||||
|
|
||||||
soc_revision=`cat /sys/devices/soc0/revision`
|
soc_revision=`cat /sys/devices/soc0/revision`
|
||||||
if [ "$soc_revision" == "2.1" ]; then
|
if [ "$soc_revision" == "2.1" ]; then
|
||||||
# Disable C4, D3, D4 and M3 LPMs
|
# Disable C4, D3, D4 and M3 LPMs
|
||||||
|
|
Loading…
Reference in New Issue