Skip to content

Commit

Permalink
init.qcom.post_boot: set min freq to 787 Mhz for 8610
Browse files Browse the repository at this point in the history
For 8610 target, set the property that will enable
the device to have its scaling_min_freq set to
787 Mhz indefinitely.

CRs-Fixed: 630893

Conflicts:

	prebuilt/system/etc/init.qcom.post_boot.sh

Change-Id: I3bcd04206443e0c855663fc8411ff41b48f97f55
  • Loading branch information
Vince Leung authored and KonstaT committed Dec 6, 2014
1 parent adcb5f8 commit 824d4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prebuilt/system/etc/init.qcom.post_boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,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 787200 > /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
Expand Down

0 comments on commit 824d4bf

Please sign in to comment.