mips: dts: ralink: mt7621: reorder gpio node attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:33 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Shuffle the attributes of the gpio node to appease the DTS
style guide.

Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7621.dtsi

index d1d4399d730cabe10ee0208140fa35a54b9486ca..99d47f286769843a8b1249bf034aa3065a6e4ca7 100644 (file)
                };
 
                gpio: gpio@600 {
+                       compatible = "mediatek,mt7621-gpio";
+                       reg = <0x600 0x100>;
+
                        #gpio-cells = <2>;
                        #interrupt-cells = <2>;
-                       compatible = "mediatek,mt7621-gpio";
+
                        gpio-controller;
                        gpio-ranges = <&pinctrl 0 0 95>;
+
                        interrupt-controller;
-                       reg = <0x600 0x100>;
                        interrupt-parent = <&gic>;
                        interrupts = <GIC_SHARED 12 IRQ_TYPE_LEVEL_HIGH>;
                };