init.qcom.post_boot: Setting minimum freq for 8916 to 800MHz.

For 8916 the acpu scaling_min_freq should be 800MHz.

Change-Id: Icbde45ffa230b3217e35ae5883eac8944ab2a5d2
This commit is contained in:
Vinay Roy 2014-04-09 15:48:22 +05:30 committed by Gopal G Goberu
parent a98982f564
commit e527e281fe
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ case "$target" in
echo "85 800000:90 998400:70" > /sys/devices/system/cpu/cpufreq/interactive/target_loads
echo 50000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
echo 100000 > /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor
echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
;;
esac