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:
parent
5db1f0855f
commit
c20f0c0fa3
|
|
@ -105,7 +105,7 @@ if [ -f "${syspower}" ]; then
|
||||||
suspend_interfaces
|
suspend_interfaces
|
||||||
|
|
||||||
# Suspend the device
|
# Suspend the device
|
||||||
printf "freeze" > ${syspower}
|
printf "mem" > ${syspower}
|
||||||
|
|
||||||
# Post-resume actions
|
# Post-resume actions
|
||||||
resume_interfaces
|
resume_interfaces
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue