]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-exynos/pm.c
ARM: EXYNOS: Fix soft reboot hang after suspend/resume
[~andy/linux] / arch / arm / mach-exynos / pm.c
index c06c992943a139bc3017854b19c4eba1cb09d4c5..8dedeb23792433fb8293e178cdfebd8711ebb3cb 100644 (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;
 }