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

Currently, it isn't possible to wake up the ccimx8x after suspending to RAM.
For now, use the less strict "freeze" low power mode instead.

https://jira.digi.com/browse/DEL-6148

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-08-31 09:55:59 +02:00
parent 5666f6a85e
commit 52ebcd9f48
1 changed files with 1 additions and 1 deletions

View File

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