Skip to content

Commit 3eee9ac

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder cpu node attributes
Reorder cpu node attributes to fit the DTS Coding Style. 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 f3cac4f commit 3eee9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
#size-cells = <0>;
1515

1616
cpu@0 {
17-
device_type = "cpu";
1817
compatible = "mips,mips1004Kc";
1918
reg = <0>;
19+
device_type = "cpu";
2020
};
2121

2222
cpu@1 {
23-
device_type = "cpu";
2423
compatible = "mips,mips1004Kc";
2524
reg = <1>;
25+
device_type = "cpu";
2626
};
2727
};
2828

0 commit comments

Comments
 (0)