dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: EXYNOS: Fix soft reboot hang after suspend/resume

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>
This commit is contained in:
Inderpal Singh 2012-11-22 14:46:27 +09:00 committed by Kukjin Kim
parent 3445513ca2
commit ebee854147
1 changed files with 4 additions and 0 deletions

View File

@ -312,6 +312,10 @@ static void exynos_pm_resume(void)
}
early_wakeup:
/* Clear SLEEP mode set in INFORM1 */
__raw_writel(0x0, S5P_INFORM1);
return;
}