Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: wpcm450: Add pinmux information to UART0

UART0 always uses the same pins, so lets add the pinctrl information to
the common devicetree for WPCM450.

UART1 has different connection options, so I'm not adding the pinctrl
properties there.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20220129115228.2257310-10-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
e6cb1fc9 706c4fec

+2
+2
arch/arm/boot/dts/nuvoton-wpcm450.dtsi
··· 55 55 reg-shift = <2>; 56 56 interrupts = <7 IRQ_TYPE_LEVEL_HIGH>; 57 57 clocks = <&clk24m>; 58 + pinctrl-names = "default"; 59 + pinctrl-0 = <&bsp_pins>; 58 60 status = "disabled"; 59 61 }; 60 62