init.qcom.post_boot: Enable APSS Low Power Modes

Enable APSS LPMs for scuba.

Change-Id: I554b92197455ef01cffacb8e69ac9c79cf75774f
This commit is contained in:
Raghavendra Kakarla 2020-04-17 22:46:43 +05:30 committed by OdSazib
parent 99f475b491
commit 856bb08440
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -4082,8 +4082,8 @@ case "$target" in
done
done
# Disable low power modes. Enable it after LPM stable
echo 1 > /sys/module/lpm_levels/parameters/sleep_disabled
# Enable low power modes.
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
;;
esac