Commit 24469df4 authored by Barry Song's avatar Barry Song Committed by Barry Song

ARM: CSR: PM: use outer_resume to resume L2 cache

now we move l2x0 resume to Linux from bootloader since l2x0 already has
resume support in core.
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 917d8535
...@@ -71,6 +71,7 @@ static int sirfsoc_pm_enter(suspend_state_t state) ...@@ -71,6 +71,7 @@ static int sirfsoc_pm_enter(suspend_state_t state)
outer_disable(); outer_disable();
/* go zzz */ /* go zzz */
cpu_suspend(0, sirfsoc_finish_suspend); cpu_suspend(0, sirfsoc_finish_suspend);
outer_resume();
break; break;
default: default:
return -EINVAL; return -EINVAL;
......
Markdown is supported
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