Skip to content

Commit b8f8e5a

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder the attributes of the root node
Move the compatible attribute of the DTS root node to first place. 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 de56f78 commit b8f8e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
#include <dt-bindings/reset/mt7621-reset.h>
66

77
/ {
8+
compatible = "mediatek,mt7621-soc";
9+
810
#address-cells = <1>;
911
#size-cells = <1>;
10-
compatible = "mediatek,mt7621-soc";
1112

1213
cpus {
1314
#address-cells = <1>;

0 commit comments

Comments
 (0)