Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebee8541 authored by Inderpal Singh's avatar Inderpal Singh Committed by Kukjin Kim
Browse files

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



Upon wake-up, clear the sleep mode set in INFORM1 register.

Signed-off-by: default avatarInderpal Singh <inderpal.singh@samsung.com>
Tested-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 3445513c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -312,6 +312,10 @@ static void exynos_pm_resume(void)
	}

early_wakeup:

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

	return;
}