[PATCH 1/3] ARM: OMAP2xxx: PM: enter WFI via inline asm if CORE stays active
From: Santosh Shilimkar <hidden>
Date: 2012-12-31 08:27:28
Also in:
linux-omap
From: Santosh Shilimkar <hidden>
Date: 2012-12-31 08:27:28
Also in:
linux-omap
On Sunday 30 December 2012 11:58 PM, Paul Walmsley wrote:
There shouldn't be any need to jump to SRAM code if the OMAP CORE clockdomain (and consequently the SDRAM controller and CORE PLL) stays active during MPU WFI. The SRAM code should only be needed when the RAM enters self-refresh. So in the case where CORE stays active, just call WFI directly from the mach-omap2/pm24xx.c code. This removes some unnecessary SRAM code. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Richard Woodruff <redacted> Cc: Kevin Hilman <redacted> ---
This sounds correct to me. Acked-by: Santosh Shilimkar <redacted>