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: Maciej Purski <m.purski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
0cfec8ed07
commit
88c166cec1
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue