Revert "post_boot: Enable CPU Low power modes for SDM 845".

This reverts commit 3f2373c55e.

Change-Id: I0ead6dc72fc63b4cbde6ad53ecc5393fbba525a1
This commit is contained in:
Gopal G Goberu 2017-06-26 11:14:30 -07:00 committed by Linux Build Service Account
parent 27132c8ca5
commit 5776575601
1 changed files with 1 additions and 1 deletions

View File

@ -2428,7 +2428,7 @@ case "$target" in
# Turn off scheduler boost at the end # Turn off scheduler boost at the end
echo 0 > /proc/sys/kernel/sched_boost echo 0 > /proc/sys/kernel/sched_boost
# Turn on sleep modes. # Turn on sleep modes.
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled echo 1 > /sys/module/lpm_levels/parameters/sleep_disabled
;; ;;
esac esac