aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-08-10 23:17:42 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-09-11 04:26:45 -0400
commit52ccd4920301b9fecbac577ad4283995730ecf76 (patch)
treebe6f8ed912c50d598c09b735dddff1efcc87af17
parente30ba89fdf3891c3ff32d25a73fbffd37e893572 (diff)
ARM: dts: imx6q: sort iomuxc sub-nodes in name
Sort iomuxc sub-nodes in name so that the node can be located a little bit easier. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx6q.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index d5ced4614016..5612ccf2a563 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -522,6 +522,16 @@
522 }; 522 };
523 }; 523 };
524 524
525 ecspi1 {
526 pinctrl_ecspi1_1: ecspi1grp-1 {
527 fsl,pins = <
528 101 0x100b1 /* MX6Q_PAD_EIM_D17__ECSPI1_MISO */
529 109 0x100b1 /* MX6Q_PAD_EIM_D18__ECSPI1_MOSI */
530 94 0x100b1 /* MX6Q_PAD_EIM_D16__ECSPI1_SCLK */
531 >;
532 };
533 };
534
525 gpmi-nand { 535 gpmi-nand {
526 pinctrl_gpmi_nand_1: gpmi-nand-1 { 536 pinctrl_gpmi_nand_1: gpmi-nand-1 {
527 fsl,pins = < 537 fsl,pins = <
@@ -599,16 +609,6 @@
599 >; 609 >;
600 }; 610 };
601 }; 611 };
602
603 ecspi1 {
604 pinctrl_ecspi1_1: ecspi1grp-1 {
605 fsl,pins = <
606 101 0x100b1 /* MX6Q_PAD_EIM_D17__ECSPI1_MISO */
607 109 0x100b1 /* MX6Q_PAD_EIM_D18__ECSPI1_MOSI */
608 94 0x100b1 /* MX6Q_PAD_EIM_D16__ECSPI1_SCLK */
609 >;
610 };
611 };
612 }; 612 };
613 613
614 dcic@020e4000 { /* DCIC1 */ 614 dcic@020e4000 { /* DCIC1 */