projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70850ad
)
ARM: EXYNOS: skip wakeup interrupt registration for exynos5250 if pinctrl is enabled
author
Thomas Abraham
<
[email protected]
>
Fri, 28 Dec 2012 18:37:27 +0000
(10:37 -0800)
committer
Kukjin Kim
<
[email protected]
>
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 <
[email protected]
>
Reviewed-by: Tomasz Figa <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-exynos/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/common.c
b/arch/arm/mach-exynos/common.c
index d63d399c7bae2801e2c1e9f03590cfa13ad77674..bdd957978d9ba8d003f138432e6d45bfc9fffdd1 100644
(file)
--- a/
arch/arm/mach-exynos/common.c
+++ b/
arch/arm/mach-exynos/common.c
@@
-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";