Skip to content

Commit bc75dff

Browse files
jhswartztsbogend
authored andcommitted
mips: dts: ralink: mt7621: associate uart1_pins with serial0
Add missing pinctrl-name and pinctrl-0 properties to declare that the uart1_pins group is associated with serial0. Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> 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> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 074fe32 commit bc75dff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
reg-shift = <2>;
124124
reg-io-width = <4>;
125125
no-loopback-test;
126+
127+
pinctrl-names = "default";
128+
pinctrl-0 = <&uart1_pins>;
126129
};
127130

128131
spi0: spi@b00 {

0 commit comments

Comments
 (0)