ARM: EXYNOS: skip wakeup interrupt registration for exynos5250 if pinctrl is enabled
authorThomas Abraham <thomas.abraham@linaro.org>
Fri, 28 Dec 2012 18:37:27 +0000 (10:37 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 5 Mar 2013 11:59:12 +0000 (20:59 +0900)
Skip the wakeup interrupt registration for Exynos5250 if pinctrl support
is enabled for Exynos5250.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c

index d63d399c7bae2801e2c1e9f03590cfa13ad77674..bdd957978d9ba8d003f138432e6d45bfc9fffdd1 100644 (file)
@@ -822,6 +822,7 @@ static int __init exynos_init_irq_eint(void)
        static const struct of_device_id exynos_pinctrl_ids[] = {
                { .compatible = "samsung,exynos4210-pinctrl", },
                { .compatible = "samsung,exynos4x12-pinctrl", },
+               { .compatible = "samsung,exynos5250-pinctrl", },
        };
        struct device_node *pctrl_np, *wkup_np;
        const char *wkup_compat = "samsung,exynos4210-wakeup-eint";