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