init.qcom.post_boot.sh: Disable core control during governor config

Disable core control from BCL SOC condition during
governor configuration on MSM8994.

Change-Id: Iec2db8526d4846d097886a6ebbe8d55223a3ca92
This commit is contained in:
Shiju Mathew 2014-12-29 13:14:22 -05:00
parent 2a239d1e20
commit 3419965c7e
1 changed files with 3 additions and 0 deletions

View File

@ -748,7 +748,9 @@ case "$target" in
echo 0 > /sys/module/msm_thermal/core_control/enabled
echo -n disable > /sys/devices/soc.*/qcom,bcl.*/mode
bcl_hotplug_mask=`cat /sys/devices/soc.*/qcom,bcl.*/hotplug_mask`
bcl_soc_hotplug_mask=`cat /sys/devices/soc.*/qcom,bcl.*/hotplug_soc_mask`
echo 0 > /sys/devices/soc.*/qcom,bcl.*/hotplug_mask
echo 0 > /sys/devices/soc.*/qcom,bcl.*/hotplug_soc_mask
echo -n enable > /sys/devices/soc.*/qcom,bcl.*/mode
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
# configure governor settings for little cluster
@ -781,6 +783,7 @@ case "$target" in
echo 1 > /sys/module/msm_thermal/core_control/enabled
echo -n disable > /sys/devices/soc.*/qcom,bcl.*/mode
echo $bcl_hotplug_mask > /sys/devices/soc.*/qcom,bcl.*/hotplug_mask
echo $bcl_soc_hotplug_mask > /sys/devices/soc.*/qcom,bcl.*/hotplug_soc_mask
echo -n enable > /sys/devices/soc.*/qcom,bcl.*/mode
# plugin remaining A57s
echo 1 > /sys/devices/system/cpu/cpu5/online