From: Weijie Gao Date: Tue, 21 Apr 2020 07:28:35 +0000 (+0200) Subject: dts: mtmips: add alternative pinmux node for uart2 X-Git-Tag: v2020.07-rc1~7^2~18 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=df3bad96f35fdf0eeb5ddac87c4fc924c134882d dts: mtmips: add alternative pinmux node for uart2 This patch adds a new pinmux for UART2, which shares the pins with SPIS. Reviewed-by: Stefan Roese Signed-off-by: Weijie Gao --- diff --git a/arch/mips/dts/mt7628a.dtsi b/arch/mips/dts/mt7628a.dtsi index 409695b5c7..2200135a77 100644 --- a/arch/mips/dts/mt7628a.dtsi +++ b/arch/mips/dts/mt7628a.dtsi @@ -110,6 +110,11 @@ function = "uart2"; }; + uart2_pwm_pins: uart2_pwm_pins { + groups = "spis"; + function = "pwm_uart2"; + }; + i2c_pins: i2c_pins { groups = "i2c"; function = "i2c";