Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6925432 authored by Thomas Abraham's avatar Thomas Abraham Committed by Kukjin Kim
Browse files

ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440



Fix the incorrect compatible property value of pin-controller module
EXYNOS5440 SoC.

Signed-off-by: default avatarThomas Abraham <thomas.ab@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
[kgene.kim@samsung.com: fixed it in gpio together for exynos5440]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 813f13e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
	};

	pinctrl {
		compatible = "samsung,pinctrl-exynos5440";
		compatible = "samsung,exynos5440-pinctrl";
		reg = <0xE0000 0x1000>;
		interrupt-controller;
		#interrupt-cells = <2>;
+1 −1
Original line number Diff line number Diff line
@@ -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))