diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index fe4e1f21..e56e9933 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -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