summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-06-13 12:08:18 -0700
committerShawn Guo <shawnguo@kernel.org>2022-06-20 08:28:24 +0800
commit9635b7134c292db0b6b4d278c88d21035dad4000 (patch)
tree010179f0602e5e3186f22f54fc8ce5a9e44ef635 /arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
parent8d6712695bc8e1433098e73fab85598d5d79c3fd (diff)
arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
Configure the correct GPIO for UART1 CTS. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
index 79107e287d92..6dc5eda2d256 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
@@ -651,7 +651,7 @@
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";
};