diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2021-01-13 02:15:48 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-18 10:07:19 +0300 |
commit | 035a3e167b094c09bab401b21f32e1d227c78fff (patch) | |
tree | 8efd726d5206a7886fb9183e9c8201a74bb565fa /arch/arm/boot/dts/imx6sl-tolino-shine3.dts | |
parent | b34af2eef6ac78c8734879fa2f8fadb85cd1145f (diff) | |
download | linux-035a3e167b094c09bab401b21f32e1d227c78fff.tar.xz |
ARM: dts: imx6sl-tolino-shine3: 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl-tolino-shine3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts index 27143ea0f0f1..62d2ebda04ff 100644 --- a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts +++ b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts @@ -156,7 +156,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 >; }; |