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

Commit 88c166ce authored by Maciej Purski's avatar Maciej Purski Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl



Labels for pinctrl's are defined in exynos4210.dtsi. Use them in
exynos4210-pinctrl instead of full names, as it is done in other Exynos
DTSes.

Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 0cfec8ed
Loading
Loading
Loading
Loading
+839 −841
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@

#include <dt-bindings/pinctrl/samsung.h>

/ {
	pinctrl@11400000 {
&pinctrl_0 {
	gpa0: gpa0 {
		gpio-controller;
		#gpio-cells = <2>;
@@ -420,7 +419,7 @@
	};
};

	pinctrl@11000000 {
&pinctrl_1 {
	gpj0: gpj0 {
		gpio-controller;
		#gpio-cells = <2>;
@@ -840,7 +839,7 @@
	};
};

	pinctrl@3860000 {
&pinctrl_2 {
	gpz: gpz {
		gpio-controller;
		#gpio-cells = <2>;
@@ -862,4 +861,3 @@
		samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
	};
};
};
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
 */

#include "exynos4.dtsi"
#include "exynos4210-pinctrl.dtsi"
#include "exynos4-cpu-thermal.dtsi"

/ {
@@ -468,3 +467,5 @@
&sysmmu_rotator {
	power-domains = <&pd_lcd0>;
};

#include "exynos4210-pinctrl.dtsi"