From: Teerth Reddy <[email protected]>

This patch has the changes which adds power state parameter
for the omap_uart_prepare_idle idle function.

Signed-off-by: Teerth Reddy <[email protected]>
---
 arch/arm/mach-omap2/pm24xx.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c
index e321281..7046e74 100644
--- a/arch/arm/mach-omap2/pm24xx.c
+++ b/arch/arm/mach-omap2/pm24xx.c
@@ -119,9 +119,9 @@ static void omap2_enter_full_retention(void)
        if (omap_irq_pending())
                goto no_sleep;
 
-       omap_uart_prepare_idle(0);
-       omap_uart_prepare_idle(1);
-       omap_uart_prepare_idle(2);
+       omap_uart_prepare_idle(0, PWRDM_POWER_RET);
+       omap_uart_prepare_idle(1, PWRDM_POWER_RET);
+       omap_uart_prepare_idle(2, PWRDM_POWER_RET);
 
        /* Jump to SRAM suspend code */
        omap2_sram_suspend(sdrc_read_reg(SDRC_DLLA_CTRL),
-- 
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to