From cc04efcb2197db4c79bb862e9abc70bbd3326c3a Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Thu, 16 Nov 2017 22:04:28 -0800 Subject: [PATCH] sdm660-common: rootdir: remove CPUBW min freq setting CPU BW is set to 200Mhz in QC MTP, since on Pixel, we also adjust CPU BW in touch PowerHint, we can relax the setting to 100Mhz. Bug: 69271302 Test: boot Change-Id: Iead3634d9c6fb0b3edc24ab0a19d62157a6a1793 --- rootdir/bin/init.qcom.post_boot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 0ac1578e..6f4642aa 100755 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -2592,7 +2592,6 @@ case "$target" in do echo "bw_hwmon" > $cpubw/governor echo 50 > $cpubw/polling_interval - echo 762 > $cpubw/min_freq echo "1525 3143 5859 7759 9887 10327 11863 13763" > $cpubw/bw_hwmon/mbps_zones echo 4 > $cpubw/bw_hwmon/sample_ms echo 85 > $cpubw/bw_hwmon/io_percent