Skip to content

Commit 2bfba37

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config
LPUART2_RTS# has an external pull-down, so do not enable the internal pull-up at the same time, use a pull-down instead. Fixes: c982ecf ("arm64: dts: freescale: add initial device tree for MBa93xxLA SBC board") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b85ea95 commit 2bfba37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxla.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
fsl,pins = <
578578
MX93_PAD_UART2_TXD__LPUART2_TX 0x31e
579579
MX93_PAD_UART2_RXD__LPUART2_RX 0x31e
580-
MX93_PAD_SAI1_TXD0__LPUART2_RTS_B 0x31e
580+
MX93_PAD_SAI1_TXD0__LPUART2_RTS_B 0x51e
581581
>;
582582
};
583583

0 commit comments

Comments
 (0)