mips: dts: ralink: mt7621: reorder cpu node attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:29 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Reorder cpu node attributes to fit the DTS Coding Style.

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 6e95e6f19a6a86da90c794a766ba08b359ce1537..73dad64e11fee2929d1ee706807d837cd5b571b7 100644 (file)
                #size-cells = <0>;
 
                cpu@0 {
-                       device_type = "cpu";
                        compatible = "mips,mips1004Kc";
                        reg = <0>;
+                       device_type = "cpu";
                };
 
                cpu@1 {
-                       device_type = "cpu";
                        compatible = "mips,mips1004Kc";
                        reg = <1>;
+                       device_type = "cpu";
                };
        };