Skip to content

Commit

Permalink
ARM: EXYNOS: Fix soft reboot hang after suspend/resume
Browse files Browse the repository at this point in the history
Upon wake-up, clear the sleep mode set in INFORM1 register.

Signed-off-by: Inderpal Singh <inderpal.singh@samsung.com>
Tested-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Inderpal Singh authored and Kukjin Kim committed Nov 27, 2012
1 parent 3445513 commit ebee854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-exynos/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ static void exynos_pm_resume(void)
}

early_wakeup:

/* Clear SLEEP mode set in INFORM1 */
__raw_writel(0x0, S5P_INFORM1);

return;
}

Expand Down

0 comments on commit ebee854

Please sign in to comment.