ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Sun, 16 Aug 2020 19:33:14 +0000 (20:33 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 25 Aug 2020 09:19:03 +0000 (11:19 +0200)
Sort the DT nodes alphabetically so that its easier to maintain.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Link: https://lore.kernel.org/r/20200816193316.7641-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7742-iwg21m.dtsi

index 85aff42..6e8df79 100644 (file)
        clock-frequency = <20000000>;
 };
 
-&pfc {
-       mmc1_pins: mmc1 {
-               groups = "mmc1_data4", "mmc1_ctrl";
-               function = "mmc1";
-       };
-};
-
 &mmcif1 {
        pinctrl-0 = <&mmc1_pins>;
        pinctrl-names = "default";
        non-removable;
        status = "okay";
 };
+
+&pfc {
+       mmc1_pins: mmc1 {
+               groups = "mmc1_data4", "mmc1_ctrl";
+               function = "mmc1";
+       };
+};