Skip to content

Commit 9a4ba65

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder gpio node attributes
Shuffle the attributes of the gpio node to appease the DTS style guide. 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 9938cd3 commit 9a4ba65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@
8686
};
8787

8888
gpio: gpio@600 {
89+
compatible = "mediatek,mt7621-gpio";
90+
reg = <0x600 0x100>;
91+
8992
#gpio-cells = <2>;
9093
#interrupt-cells = <2>;
91-
compatible = "mediatek,mt7621-gpio";
94+
9295
gpio-controller;
9396
gpio-ranges = <&pinctrl 0 0 95>;
97+
9498
interrupt-controller;
95-
reg = <0x600 0x100>;
9699
interrupt-parent = <&gic>;
97100
interrupts = <GIC_SHARED 12 IRQ_TYPE_LEVEL_HIGH>;
98101
};

0 commit comments

Comments
 (0)