Merge branch 'next/devel-exynos5250-1' into next/devel-samsung-2
[deliverable/linux.git] / arch / arm / mach-exynos / pm.c
index 7164aa95ad9d637405f802005e86e6df0c629f41..563dea9a6dbb224ab850e8bb3490da95e52eb791 100644 (file)
@@ -313,7 +313,7 @@ static int exynos4_pm_suspend(void)
        tmp &= ~S5P_CENTRAL_LOWPWR_CFG;
        __raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION);
 
-       if (soc_is_exynos4212()) {
+       if (soc_is_exynos4212() || soc_is_exynos4412()) {
                tmp = __raw_readl(S5P_CENTRAL_SEQ_OPTION);
                tmp &= ~(S5P_USE_STANDBYWFI_ISP_ARM |
                         S5P_USE_STANDBYWFE_ISP_ARM);
This page took 0.029905 seconds and 5 git commands to generate.