diff options
author | Christian Hemp <c.hemp@phytec.de> | 2014-11-14 08:32:22 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:14 -0500 |
commit | 350088320b80f2d87a29798458f9db1c3b206ca9 (patch) | |
tree | b4bd3e8a2345886ef69ef0f4e075b2bf4f7e2ce6 | |
parent | 2149b95f1af1503dc8377531a83065892d669cc2 (diff) |
ARM: dts: imx6: phyFLEX: set nodes in alphabetical order
The gmpi and fec node were not in alphabatical order.
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index ab3b1f9eec6e..585b823eb0e0 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |||
@@ -78,6 +78,22 @@ | |||
78 | }; | 78 | }; |
79 | }; | 79 | }; |
80 | 80 | ||
81 | &fec { | ||
82 | pinctrl-names = "default"; | ||
83 | pinctrl-0 = <&pinctrl_enet>; | ||
84 | phy-mode = "rgmii"; | ||
85 | phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; | ||
86 | phy-supply = <&vdd_eth_io_reg>; | ||
87 | status = "disabled"; | ||
88 | }; | ||
89 | |||
90 | &gpmi { | ||
91 | pinctrl-names = "default"; | ||
92 | pinctrl-0 = <&pinctrl_gpmi_nand>; | ||
93 | nand-on-flash-bbt; | ||
94 | status = "disabled"; | ||
95 | }; | ||
96 | |||
81 | &i2c1 { | 97 | &i2c1 { |
82 | pinctrl-names = "default"; | 98 | pinctrl-names = "default"; |
83 | pinctrl-0 = <&pinctrl_i2c1>; | 99 | pinctrl-0 = <&pinctrl_i2c1>; |
@@ -337,22 +353,6 @@ | |||
337 | }; | 353 | }; |
338 | }; | 354 | }; |
339 | 355 | ||
340 | &fec { | ||
341 | pinctrl-names = "default"; | ||
342 | pinctrl-0 = <&pinctrl_enet>; | ||
343 | phy-mode = "rgmii"; | ||
344 | phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; | ||
345 | phy-supply = <&vdd_eth_io_reg>; | ||
346 | status = "disabled"; | ||
347 | }; | ||
348 | |||
349 | &gpmi { | ||
350 | pinctrl-names = "default"; | ||
351 | pinctrl-0 = <&pinctrl_gpmi_nand>; | ||
352 | nand-on-flash-bbt; | ||
353 | status = "disabled"; | ||
354 | }; | ||
355 | |||
356 | &uart3 { | 356 | &uart3 { |
357 | pinctrl-names = "default"; | 357 | pinctrl-names = "default"; |
358 | pinctrl-0 = <&pinctrl_uart3>; | 358 | pinctrl-0 = <&pinctrl_uart3>; |