Skip to content

Commit

Permalink
ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
akemnade authored and Shawn Guo committed Jan 18, 2021
1 parent 7f8f631 commit 4dec146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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
>;
};

Expand Down Expand Up @@ -543,6 +543,7 @@
};

&uart1 {
/* J4, through-holes */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
status = "okay";
Expand Down

0 comments on commit 4dec146

Please sign in to comment.