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