提交 ebee8541 编写于 作者: I Inderpal Singh 提交者: Kukjin Kim

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

Upon wake-up, clear the sleep mode set in INFORM1 register.
Signed-off-by: NInderpal Singh <inderpal.singh@samsung.com>
Tested-by: NAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 3445513c
...@@ -312,6 +312,10 @@ static void exynos_pm_resume(void) ...@@ -312,6 +312,10 @@ static void exynos_pm_resume(void)
} }
early_wakeup: early_wakeup:
/* Clear SLEEP mode set in INFORM1 */
__raw_writel(0x0, S5P_INFORM1);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册