Skip to content

Commit 09e8ff7

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder cpuintc node attributes
Reorder the CPU Interrupt Controller node's attributes to follow what the DTS Coding Style dictates. Signed-off-by: Justin Swartz <[email protected]> Reviewed-by: Arınç ÜNAL <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Sergio Paracuellos <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 3eee9ac commit 09e8ff7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/mips/boot/dts/ralink/mt7621.dtsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
};
2828

2929
cpuintc: cpuintc {
30+
compatible = "mti,cpu-interrupt-controller";
31+
3032
#address-cells = <0>;
3133
#interrupt-cells = <1>;
34+
3235
interrupt-controller;
33-
compatible = "mti,cpu-interrupt-controller";
3436
};
3537

3638
mmc_fixed_3v3: regulator-3v3 {

0 commit comments

Comments
 (0)