Skip to content
Commit ef7dcaf1 authored by Aaron Wu's avatar Aaron Wu Committed by Steven Miao
Browse files

pm: sometimes wake up from suspend to RAM would fail



Sometimes it fails to wake up from suspend to RAM, this is because
we would flush the data cache by assemble command FLUSHINV before
suspend to RAM, and there is a delay between this command execution
and cache flush completion. Add a 1uS delay to works around this.

Signed-off-by: default avatarAaron Wu <Aaron.wu@analog.com>
parent bb717b33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment