]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface
authorAnnette Kobou <annette.kobou@kontron.de>
Tue, 8 Jul 2025 12:24:41 +0000 (14:24 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:05:24 +0000 (16:05 +0800)
The polarity of the DE signal of the transceiver is active-high for
sending. Therefore rs485-rts-active-low is wrong and needs to be
removed to make RS485 transmissions work.

Signed-off-by: Annette Kobou <annette.kobou@kontron.de>
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Fixes: 1ea4b76cdfde ("ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ul-kontron-bl-common.dtsi

index 29d2f86d5e34a74d6cc498f25b35da70a5f72c0d..f4c45e964daf8f6ff1951d5fe94b7806c25c45d9 100644 (file)
        pinctrl-0 = <&pinctrl_uart2>;
        linux,rs485-enabled-at-boot-time;
        rs485-rx-during-tx;
-       rs485-rts-active-low;
        uart-has-rtscts;
        status = "okay";
 };