diff options
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index 76be7eed79de..b2016ed941ac 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c | |||
@@ -3023,9 +3023,9 @@ static __init int samsung_gpiolib_init(void) | |||
3023 | */ | 3023 | */ |
3024 | struct device_node *pctrl_np; | 3024 | struct device_node *pctrl_np; |
3025 | static const struct of_device_id exynos_pinctrl_ids[] = { | 3025 | static const struct of_device_id exynos_pinctrl_ids[] = { |
3026 | { .compatible = "samsung,pinctrl-exynos4210", }, | 3026 | { .compatible = "samsung,exynos4210-pinctrl", }, |
3027 | { .compatible = "samsung,pinctrl-exynos4x12", }, | 3027 | { .compatible = "samsung,exynos4x12-pinctrl", }, |
3028 | { .compatible = "samsung,pinctrl-exynos5440", }, | 3028 | { .compatible = "samsung,exynos5440-pinctrl", }, |
3029 | }; | 3029 | }; |
3030 | for_each_matching_node(pctrl_np, exynos_pinctrl_ids) | 3030 | for_each_matching_node(pctrl_np, exynos_pinctrl_ids) |
3031 | if (pctrl_np && of_device_is_available(pctrl_np)) | 3031 | if (pctrl_np && of_device_is_available(pctrl_np)) |