Skip to content

Commit f5a0fc0

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: reorder spi0 node attributes
Reorder the attributes of the SPI controller node so that they're aligned with 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 9d64db8 commit f5a0fc0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,22 @@
183183
};
184184

185185
spi0: spi@b00 {
186-
status = "disabled";
187-
188186
compatible = "ralink,mt7621-spi";
189187
reg = <0xb00 0x100>;
190188

191-
clocks = <&sysc MT7621_CLK_SPI>;
192-
clock-names = "spi";
193-
194-
resets = <&sysc MT7621_RST_SPI>;
195-
reset-names = "spi";
196-
197189
#address-cells = <1>;
198190
#size-cells = <0>;
199191

192+
clock-names = "spi";
193+
clocks = <&sysc MT7621_CLK_SPI>;
194+
200195
pinctrl-names = "default";
201196
pinctrl-0 = <&spi_pins>;
197+
198+
reset-names = "spi";
199+
resets = <&sysc MT7621_RST_SPI>;
200+
201+
status = "disabled";
202202
};
203203
};
204204

0 commit comments

Comments
 (0)