init.qcom.post_boot: set min freq to 787 Mhz for 8610

For 8610 target, set the property that will enable
the device to have its scaling_min_freq set to
787 Mhz indefinitely.

Conflicts:
        rootdir/etc/init.qcom.post_boot.sh

CRs-Fixed: 630893
Change-Id: I3bcd04206443e0c855663fc8411ff41b48f97f55
This commit is contained in:
Vince Leung 2014-03-11 21:29:18 -07:00 committed by Gopal G Goberu
parent d51bc8f32c
commit a96aab8a78
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ case "$target" in
echo 300000 > /sys/devices/system/cpu/cpufreq/ondemand/sync_freq
echo 80 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load
echo 300000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
setprop ro.qualcomm.perf.min_freq 7
echo 1 > /sys/kernel/mm/ksm/deferred_timer
chown -h system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chown -h system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq