From: Justin Swartz Date: Sat, 16 Mar 2024 04:54:33 +0000 (+0200) Subject: mips: dts: ralink: mt7621: reorder gpio node attributes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9a4ba656343d4a34626cf0c222ecb6bac8dd1490;p=linux.git 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 Reviewed-by: Arınç ÜNAL Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Sergio Paracuellos Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index d1d4399d730ca..99d47f2867698 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -86,13 +86,16 @@ }; gpio: gpio@600 { + compatible = "mediatek,mt7621-gpio"; + reg = <0x600 0x100>; + #gpio-cells = <2>; #interrupt-cells = <2>; - compatible = "mediatek,mt7621-gpio"; + gpio-controller; gpio-ranges = <&pinctrl 0 0 95>; + interrupt-controller; - reg = <0x600 0x100>; interrupt-parent = <&gic>; interrupts = ; };