summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorJustin Swartz <justin.swartz@risingedge.co.za>2024-03-08 17:56:14 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-03-11 13:58:06 +0100
commitbc75dffadc063eb46200611cc41d1e2373219e11 (patch)
tree6fc5a25a5fe3e872501712f2847d15b9597f629c /arch/mips
parent074fe32e9af1b8720eaf89e069b98ac567e90b99 (diff)
downloadlinux-stable-bc75dffadc063eb46200611cc41d1e2373219e11.tar.gz
linux-stable-bc75dffadc063eb46200611cc41d1e2373219e11.tar.bz2
linux-stable-bc75dffadc063eb46200611cc41d1e2373219e11.zip
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/ralink/mt7621.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 35a10258f235..dca415fddd90 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -123,6 +123,9 @@
reg-shift = <2>;
reg-io-width = <4>;
no-loopback-test;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_pins>;
};
spi0: spi@b00 {