From c7fc2974a4069ad5a4b4e872469d328d82194bce Mon Sep 17 00:00:00 2001 From: Vince Leung Date: Wed, 24 Sep 2014 11:31:21 -0700 Subject: [PATCH] msm8994: set min_freq prop and rm default_values file Remove the default_values file and set the min_freq prop to the correct freq value prior to start of perfd. Change-Id: If0508d5e5d51b2ab3b7e62f81c0be8331d897fef --- rootdir/etc/init.qcom.post_boot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index 5c398449..2a798e2a 100755 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -809,6 +809,9 @@ case "$target" in echo 512 > /sys/block/mmcblk0/bdi/read_ahead_kb ;; "msm8994") + rm /data/system/default_values + setprop ro.min_freq_0 384000 + setprop ro.min_freq_4 384000 start perfd ;; "apq8084")