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:
parent
a98982f564
commit
e527e281fe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue