diff options
| author | Olof Johansson <olof@lixom.net> | 2013-04-28 15:02:44 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2013-04-28 15:02:44 -0400 |
| commit | 4fac6f0e654aeb8ffc9f06285933c7268747bc0d (patch) | |
| tree | 9533c5cacf05f41ffea4f5acd691953817268eed /arch/arm | |
| parent | 41ef2d5678d83af030125550329b6ae8b74618fa (diff) | |
| parent | 97916777d6904e24b86eac77da58ef7cb09d539d (diff) | |
Merge branch 'samsung/pinctrl-exynos' into late/dt
* samsung/pinctrl-exynos:
ARM: EXYNOS: skip wakeup interrupt registration for exynos5250 if pinctrl is enabled
gpio: samsung: skip gpiolib registration if pinctrl support is enabled for exynos5250
pinctrl: exynos: add exynos5250 SoC specific data
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/mach-exynos/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index d63d399c7bae..bdd957978d9b 100644 --- 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) | |||
| 822 | static const struct of_device_id exynos_pinctrl_ids[] = { | 822 | static const struct of_device_id exynos_pinctrl_ids[] = { |
| 823 | { .compatible = "samsung,exynos4210-pinctrl", }, | 823 | { .compatible = "samsung,exynos4210-pinctrl", }, |
| 824 | { .compatible = "samsung,exynos4x12-pinctrl", }, | 824 | { .compatible = "samsung,exynos4x12-pinctrl", }, |
| 825 | { .compatible = "samsung,exynos5250-pinctrl", }, | ||
| 825 | }; | 826 | }; |
| 826 | struct device_node *pctrl_np, *wkup_np; | 827 | struct device_node *pctrl_np, *wkup_np; |
| 827 | const char *wkup_compat = "samsung,exynos4210-wakeup-eint"; | 828 | const char *wkup_compat = "samsung,exynos4210-wakeup-eint"; |
