arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
authorTim Harvey <tharvey@gateworks.com>
Mon, 13 Jun 2022 19:08:18 +0000 (12:08 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 Jun 2022 00:28:24 +0000 (08:28 +0800)
Configure the correct GPIO for UART1 CTS.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts

index 79107e2..6dc5eda 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>, <&pinctrl_uart1_gpio>;
        rts-gpios = <&gpio4 10 GPIO_ACTIVE_LOW>;
-       cts-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
+       cts-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>;
        uart-has-rtscts;
        status = "okay";
 };