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 <justin.swartz@risingedge.co.za>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Justin Swartz 2024-03-16 06:54:35 +02:00 committed by Thomas Bogendoerfer
parent 9d64db86d1
commit f5a0fc0a95

View File

@ -183,22 +183,22 @@
};
spi0: spi@b00 {
status = "disabled";
compatible = "ralink,mt7621-spi";
reg = <0xb00 0x100>;
clocks = <&sysc MT7621_CLK_SPI>;
clock-names = "spi";
resets = <&sysc MT7621_RST_SPI>;
reset-names = "spi";
#address-cells = <1>;
#size-cells = <0>;
clock-names = "spi";
clocks = <&sysc MT7621_CLK_SPI>;
pinctrl-names = "default";
pinctrl-0 = <&spi_pins>;
reset-names = "spi";
resets = <&sysc MT7621_RST_SPI>;
status = "disabled";
};
};