]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-exynos/suspend.c
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / arch / arm / mach-exynos / suspend.c
index 82e6b6fba23f06c549e9cb79d80bf2c38e9b0bf6..666ec3e5b03fbc05592bf66d82b4bd8d311c41de 100644 (file)
@@ -319,6 +319,10 @@ static int exynos_pm_suspend(void)
 {
        exynos_pm_central_suspend();
 
+       /* Setting SEQ_OPTION register */
+       pmu_raw_writel(S5P_USE_STANDBY_WFI0 | S5P_USE_STANDBY_WFE0,
+                      S5P_CENTRAL_SEQ_OPTION);
+
        if (read_cpuid_part() == ARM_CPU_PART_CORTEX_A9)
                exynos_cpu_save_register();