diff options
author | Justin Swartz <[email protected]> | 2024-03-16 06:54:42 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2024-04-15 10:23:37 +0200 |
commit | b8f8e5a691ba75051a841e68ace5817d5c368fd9 (patch) | |
tree | 2884f0f557e11c7cc88245ab566f3b9bc15fdd69 | |
parent | de56f781e5483fb3b3527aa280df2434f0cb2ace (diff) |
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]>
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7621.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 284811f32929..0704eab4a80b 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -5,9 +5,10 @@ #include <dt-bindings/reset/mt7621-reset.h> / { + compatible = "mediatek,mt7621-soc"; + #address-cells = <1>; #size-cells = <1>; - compatible = "mediatek,mt7621-soc"; cpus { #address-cells = <1>; |