serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
authorShenwei Wang <shenwei.wang@nxp.com>
Tue, 7 Feb 2023 16:24:20 +0000 (10:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2023 12:08:31 +0000 (13:08 +0100)
commit3957b9501a5a8fa709ae4a47483714491471f6db
tree643c264484ee0bc2694a090a968662385636ec23
parentf6b2ce79b5fbbb330f56262f0f4373d6af60b602
serial: fsl_lpuart: fix RS485 RTS polariy inverse issue

The previous 'commit 846651eca073 ("serial: fsl_lpuart: RS485 RTS
polariy is inverse")' only fixed the inverse issue on lpuart 8bit
platforms.

This is a follow-up patch to fix the RS485 polarity inverse
issue on lpuart 32bit platforms.

Fixes: 03895cf41d18 ("tty: serial: fsl_lpuart: Add support for RS-485")
Reported-by: Sherry Sun <sherry.sun@nxp.com>
Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Link: https://lore.kernel.org/r/20230207162420.3647904-1-shenwei.wang@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c