Revert "ccimx8x: standby: use suspend to idle instead of suspend to RAM"

Suspend to ram issue was fixed on new SOMs, then we revert it.
This reverts commit 52ebcd9f48.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-01-28 18:21:54 +01:00
parent 5db1f0855f
commit c20f0c0fa3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if [ -f "${syspower}" ]; then
suspend_interfaces
# Suspend the device
printf "freeze" > ${syspower}
printf "mem" > ${syspower}
# Post-resume actions
resume_interfaces