mips: dts: ralink: mt7621: reorder cpuintc node attributes
authorJustin Swartz <justin.swartz@risingedge.co.za>
Sat, 16 Mar 2024 04:54:30 +0000 (06:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Apr 2024 08:23:36 +0000 (10:23 +0200)
Reorder the CPU Interrupt Controller node's attributes to follow
what the DTS Coding Style dictates.

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 73dad64e11fee2929d1ee706807d837cd5b571b7..ec87e46ba6de6ecb26c82c3c4a0039cd53c6e9df 100644 (file)
        };
 
        cpuintc: cpuintc {
+               compatible = "mti,cpu-interrupt-controller";
+
                #address-cells = <0>;
                #interrupt-cells = <1>;
+
                interrupt-controller;
-               compatible = "mti,cpu-interrupt-controller";
        };
 
        mmc_fixed_3v3: regulator-3v3 {