ARM: dts: rza2mevb: sort nodes of rza2mevb board
authorYoshihiro Kaneko <ykaneko0929@gmail.com>
Fri, 17 May 2019 14:43:07 +0000 (23:43 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 21 Jun 2019 07:45:34 +0000 (09:45 +0200)
This patch sorts the nodes of arch/arm/boot/dts/r7s9210-rza2mevb.dts.

* Sort subnodes of root ("/") node alphabetically
* Sort following top-level nodes alphabetically
* Sort subnodes of pinctrl alphabetically

Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
[simon: rebase and sort new ehci nodes]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s9210-rza2mevb.dts

index e140168da573621adc3342ee4a22cfea3b6512d1..49c40065741bef3a2eebbc6fae901f51114fd3e4 100644 (file)
                stdout-path = "serial0:115200n8";
        };
 
-       memory@40000000 {
-               device_type = "memory";
-               reg = <0x40000000 0x00800000>;   /* HyperRAM */
-       };
-
        lbsc {
                #address-cells = <1>;
                #size-cells = <1>;
                        gpios = <&pinctrl RZA2_PIN(PORTC, 1) GPIO_ACTIVE_HIGH>;
                };
        };
+
+       memory@40000000 {
+               device_type = "memory";
+               reg = <0x40000000 0x00800000>;   /* HyperRAM */
+       };
+};
+
+&ehci0 {
+       status = "okay";
+};
+
+&ehci1 {
+       status = "okay";
+};
+
+&ether0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&eth0_pins>;
+       status = "okay";
+       renesas,no-ether-link;
+       phy-handle = <&phy0>;
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
+};
+
+&ether1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&eth1_pins>;
+       status = "okay";
+       renesas,no-ether-link;
+       phy-handle = <&phy1>;
+       phy1: ethernet-phy@1 {
+               reg = <0>;
+       };
 };
 
 /* EXTAL */
        clock-frequency = <24000000>;   /* 24MHz */
 };
 
-/* RTC_X1 */
-&rtc_x1_clk {
-       clock-frequency = <32768>;
+/* High resolution System tick timers */
+&ostm0 {
+       status = "okay";
 };
 
-/* USB_X1 */
-&usb_x1_clk {
-       clock-frequency = <48000000>;
+&ostm1 {
+       status = "okay";
 };
 
 &pinctrl {
-       /* Serial Console */
-       scif4_pins: serial4 {
-               pinmux = <RZA2_PINMUX(PORT9, 0, 4)>,    /* TxD4 */
-                        <RZA2_PINMUX(PORT9, 1, 4)>;    /* RxD4 */
-       };
-
        eth0_pins: eth0 {
                pinmux = <RZA2_PINMUX(PORTE, 0, 7)>, /* REF50CK0 */
                         <RZA2_PINMUX(PORT6, 1, 7)>, /* RMMI0_TXDEN */
                         <RZA2_PINMUX(PORTL, 1, 5)>; /* IRQ5 */
        };
 
+       /* Serial Console */
+       scif4_pins: serial4 {
+               pinmux = <RZA2_PINMUX(PORT9, 0, 4)>,    /* TxD4 */
+                        <RZA2_PINMUX(PORT9, 1, 4)>;    /* RxD4 */
+       };
+
        sdhi0_pins: sdhi0 {
                pinmux = <RZA2_PINMUX(PORT5, 0, 3)>,    /* SD0_CD */
                         <RZA2_PINMUX(PORT5, 1, 3)>;    /* SD0_WP */
        };
 };
 
-/* High resolution System tick timers */
-&ostm0 {
-       status = "okay";
-};
-
-&ostm1 {
-       status = "okay";
+/* RTC_X1 */
+&rtc_x1_clk {
+       clock-frequency = <32768>;
 };
 
 /* Serial Console */
        status = "okay";
 };
 
-&ether0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&eth0_pins>;
-       status = "okay";
-       renesas,no-ether-link;
-       phy-handle = <&phy0>;
-       phy0: ethernet-phy@0 {
-               reg = <0>;
-       };
-};
-
-&ether1 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&eth1_pins>;
-       status = "okay";
-       renesas,no-ether-link;
-       phy-handle = <&phy1>;
-       phy1: ethernet-phy@1 {
-               reg = <0>;
-       };
-};
-
 &sdhi0 {
        pinctrl-names = "default";
        pinctrl-0 = <&sdhi0_pins>;
        status = "okay";
 };
 
-&ehci0 {
-       status = "okay";
-};
-
 /* USB-1 as Host */
 &usb2_phy1 {
        pinctrl-names = "default";
        status = "okay";
 };
 
-&ehci1 {
-       status = "okay";
+/* USB_X1 */
+&usb_x1_clk {
+       clock-frequency = <48000000>;
 };