diff options
author | 2021-01-13 00:15:45 +0100 | |
---|---|---|
committer | 2021-01-18 15:07:12 +0800 | |
commit | 4dec146131c592196df579a321b9d6ec7c41d7cd (patch) | |
tree | 0553a9ccd533f237e3a791b09fb7197ea75ce497 | |
parent | ARM: dts: add Kverneland TGO board (diff) | |
download | wireguard-linux-4dec146131c592196df579a321b9d6ec7c41d7cd.tar.xz wireguard-linux-4dec146131c592196df579a321b9d6ec7c41d7cd.zip |
ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
Configuration was correct enough to work with the pre-configuration done by
uboot. While at it, also document the location.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts index caa279608803..e17c75c360f2 100644 --- a/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts +++ b/arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts @@ -396,7 +396,7 @@ pinctrl_uart1: uart1grp { fsl,pins = < MX6SL_PAD_UART1_TXD__UART1_TX_DATA 0x1b0b1 - MX6SL_PAD_UART1_RXD__UART1_TX_DATA 0x1b0b1 + MX6SL_PAD_UART1_RXD__UART1_RX_DATA 0x1b0b1 >; }; @@ -543,6 +543,7 @@ }; &uart1 { + /* J4, through-holes */ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; status = "okay"; |