ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
authorAndreas Kemnade <andreas@kemnade.info>
Tue, 12 Jan 2021 23:15:45 +0000 (00:15 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 18 Jan 2021 07:07:12 +0000 (15:07 +0800)
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>
arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts

index caa2796..e17c75c 100644 (file)
        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
                >;
        };
 
 };
 
 &uart1 {
+       /* J4, through-holes */
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
        status = "okay";