|
@@ -3025,7 +3025,7 @@ static __init int samsung_gpiolib_init(void)
|
|
|
static const struct of_device_id exynos_pinctrl_ids[] = {
|
|
|
{ .compatible = "samsung,pinctrl-exynos4210", },
|
|
|
{ .compatible = "samsung,pinctrl-exynos4x12", },
|
|
|
- { .compatible = "samsung,pinctrl-exynos5440", },
|
|
|
+ { .compatible = "samsung,exynos5440-pinctrl", },
|
|
|
};
|
|
|
for_each_matching_node(pctrl_np, exynos_pinctrl_ids)
|
|
|
if (pctrl_np && of_device_is_available(pctrl_np))
|