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

Commit 0abb6aea authored by Padmavathi Venna's avatar Padmavathi Venna Committed by Olof Johansson
Browse files

ARM: dts: Correct the base address of pinctrl_3 on Exynos5250



This patch corrects the base address of pinctrl_3 on Exynos5250
platform.

Signed-off-by: default avatarPadmavathi Venna <padma.v@samsung.com>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 323226bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@
		};
	};

	pinctrl@03680000 {
	pinctrl@03860000 {
		gpz: gpz {
			gpio-controller;
			#gpio-cells = <2>;
+2 −2
Original line number Diff line number Diff line
@@ -161,9 +161,9 @@
		interrupts = <0 50 0>;
	};

	pinctrl_3: pinctrl@03680000 {
	pinctrl_3: pinctrl@03860000 {
		compatible = "samsung,exynos5250-pinctrl";
		reg = <0x0368000 0x1000>;
		reg = <0x03860000 0x1000>;
		interrupts = <0 47 0>;
	};