devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
@ 2022-06-13 19:08 Tim Harvey
  2022-06-20  0:28 ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Harvey @ 2022-06-13 19:08 UTC (permalink / raw)
  To: linux-kernel, devicetree, NXP Linux Team, Fabio Estevam,
	Sascha Hauer, Shawn Guo, Rob Herring, Krzysztof Kozlowski
  Cc: Tim Harvey

Configure the correct GPIO for UART1 CTS.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
index 407ab4592b4c..6692e55df752 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";
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
  2022-06-13 19:08 [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS Tim Harvey
@ 2022-06-20  0:28 ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2022-06-20  0:28 UTC (permalink / raw)
  To: Tim Harvey
  Cc: linux-kernel, devicetree, NXP Linux Team, Fabio Estevam,
	Sascha Hauer, Rob Herring, Krzysztof Kozlowski

On Mon, Jun 13, 2022 at 12:08:18PM -0700, Tim Harvey wrote:
> Configure the correct GPIO for UART1 CTS.
> 
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
@ 2022-08-12 17:25 Tim Harvey
  2022-08-22  1:59 ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Harvey @ 2022-08-12 17:25 UTC (permalink / raw)
  To: Shawn Guo, Fabio Estevam, NXP Linux Team, Sascha Hauer,
	Rob Herring, Krzysztof Kozlowski, Pengutronix Kernel Team,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: Tim Harvey

Configure the correct GPIO for UART1 CTS.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
index 407ab4592b4c..6692e55df752 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 @@ &uart1 {
 	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";
 };
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS
  2022-08-12 17:25 Tim Harvey
@ 2022-08-22  1:59 ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2022-08-22  1:59 UTC (permalink / raw)
  To: Tim Harvey
  Cc: Fabio Estevam, NXP Linux Team, Sascha Hauer, Rob Herring,
	Krzysztof Kozlowski, Pengutronix Kernel Team, devicetree,
	linux-arm-kernel, linux-kernel

On Fri, Aug 12, 2022 at 10:25:26AM -0700, Tim Harvey wrote:
> Configure the correct GPIO for UART1 CTS.
> 
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Not sure why you resent it, but it's been landed on mainline [1].

Shawn

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9635b7134c292db0b6b4d278c88d21035dad4000

> ---
>  arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
> index 407ab4592b4c..6692e55df752 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 @@ &uart1 {
>  	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";
>  };
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-22  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-13 19:08 [PATCH] arm64: dts: imx8mm-venice-gw7902: fix UART1 CTS Tim Harvey
2022-06-20  0:28 ` Shawn Guo
  -- strict thread matches above, loose matches on Subject: below --
2022-08-12 17:25 Tim Harvey
2022-08-22  1:59 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).