init.qcom.post_boot: Enable LPM modes for 8992
Enable LPM modes for 8992 and bring A57 cores online Change-Id: Ifb22b84ea45d8b79f5a2f54391d69ffc68bf3375
This commit is contained in:
parent
697b6c6af1
commit
b0f9c3aabd
|
@ -733,6 +733,15 @@ case "$target" in
|
|||
;;
|
||||
esac
|
||||
|
||||
case "$target" in
|
||||
"msm8992")
|
||||
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
|
||||
# online A57 cores
|
||||
echo 1 > /sys/devices/system/cpu/cpu4/online
|
||||
echo 1 > /sys/devices/system/cpu/cpu5/online
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$target" in
|
||||
"msm8994")
|
||||
# disable thermal bcl hotplug to switch governor
|
||||
|
|
Loading…
Reference in New Issue