mips: dts: ralink: mt7621: reorder sysc node attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:32 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Reorder the attributes of the sysc node so that the
ralink prefixed attribute is placed after those which lack
prefixes.

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 696460b2dca7fc64efe0762b42b7c8b4cab69c3a..d1d4399d730cabe10ee0208140fa35a54b9486ca 100644 (file)
                sysc: syscon@0 {
                        compatible = "mediatek,mt7621-sysc", "syscon";
                        reg = <0x0 0x100>;
+
                        #clock-cells = <1>;
                        #reset-cells = <1>;
-                       ralink,memctl = <&memc>;
+
                        clock-output-names = "xtal", "cpu", "bus",
                                             "50m", "125m", "150m",
                                             "250m", "270m";
+
+                       ralink,memctl = <&memc>;
                };
 
                wdt: watchdog@100 {