All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts'
@ 2022-04-22  1:18 Fabio Estevam
  2022-04-22  1:18 ` [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2022-04-22  1:18 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam, Oleksij Rempel

From: Fabio Estevam <festevam@denx.de>

The usage of the 'fsl,uart-has-rtscts' property is deprecated.

Use the standard 'uart-has-rtscts' instead.

Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/imx6dl-plybas.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6dl-plybas.dts b/arch/arm/boot/dts/imx6dl-plybas.dts
index bf72a67a9c76..c52e6caf3996 100644
--- a/arch/arm/boot/dts/imx6dl-plybas.dts
+++ b/arch/arm/boot/dts/imx6dl-plybas.dts
@@ -214,7 +214,7 @@ &uart1 {
 &uart2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart2>;
-	fsl,uart-has-rtscts;
+	uart-has-rtscts;
 	linux,rs485-enabled-at-boot-time;
 	rs485-rts-delay = <0 20>;
 	status = "okay";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts'
  2022-04-22  1:18 [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts' Fabio Estevam
@ 2022-04-22  1:18 ` Fabio Estevam
  2022-04-27 10:34   ` Frieder Schrempf
  2022-04-22  6:35 ` [PATCH 1/2] ARM: dts: imx6dl-plybas: " Oleksij Rempel
  2022-05-05  2:09 ` Shawn Guo
  2 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2022-04-22  1:18 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam, Frieder Schrempf

From: Fabio Estevam <festevam@denx.de>

The usage of the 'fsl,uart-has-rtscts' property is deprecated.

Use the standard 'uart-has-rtscts' instead.

Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
index 770f59b23102..a6cf0f21c66d 100644
--- a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
+++ b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
@@ -178,7 +178,7 @@ &uart2 {
 &uart3 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart3>;
-	fsl,uart-has-rtscts;
+	uart-has-rtscts;
 	status = "okay";
 };
 
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts'
  2022-04-22  1:18 [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts' Fabio Estevam
  2022-04-22  1:18 ` [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: " Fabio Estevam
@ 2022-04-22  6:35 ` Oleksij Rempel
  2022-05-05  2:09 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Oleksij Rempel @ 2022-04-22  6:35 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: shawnguo, linux-arm-kernel, Fabio Estevam

On Thu, Apr 21, 2022 at 10:18:20PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The usage of the 'fsl,uart-has-rtscts' property is deprecated.
> 
> Use the standard 'uart-has-rtscts' instead.
> 
> Cc: Oleksij Rempel <o.rempel@pengutronix.de>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>

Thank you!

> ---
>  arch/arm/boot/dts/imx6dl-plybas.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6dl-plybas.dts b/arch/arm/boot/dts/imx6dl-plybas.dts
> index bf72a67a9c76..c52e6caf3996 100644
> --- a/arch/arm/boot/dts/imx6dl-plybas.dts
> +++ b/arch/arm/boot/dts/imx6dl-plybas.dts
> @@ -214,7 +214,7 @@ &uart1 {
>  &uart2 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_uart2>;
> -	fsl,uart-has-rtscts;
> +	uart-has-rtscts;
>  	linux,rs485-enabled-at-boot-time;
>  	rs485-rts-delay = <0 20>;
>  	status = "okay";
> -- 
> 2.25.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts'
  2022-04-22  1:18 ` [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: " Fabio Estevam
@ 2022-04-27 10:34   ` Frieder Schrempf
  0 siblings, 0 replies; 5+ messages in thread
From: Frieder Schrempf @ 2022-04-27 10:34 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo; +Cc: linux-arm-kernel, Fabio Estevam

Am 22.04.22 um 03:18 schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
> 
> The usage of the 'fsl,uart-has-rtscts' property is deprecated.
> 
> Use the standard 'uart-has-rtscts' instead.
> 
> Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>

> ---
>  arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
> index 770f59b23102..a6cf0f21c66d 100644
> --- a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
> +++ b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
> @@ -178,7 +178,7 @@ &uart2 {
>  &uart3 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_uart3>;
> -	fsl,uart-has-rtscts;
> +	uart-has-rtscts;
>  	status = "okay";
>  };
>  

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts'
  2022-04-22  1:18 [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts' Fabio Estevam
  2022-04-22  1:18 ` [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: " Fabio Estevam
  2022-04-22  6:35 ` [PATCH 1/2] ARM: dts: imx6dl-plybas: " Oleksij Rempel
@ 2022-05-05  2:09 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2022-05-05  2:09 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, Fabio Estevam, Oleksij Rempel

On Thu, Apr 21, 2022 at 10:18:20PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The usage of the 'fsl,uart-has-rtscts' property is deprecated.
> 
> Use the standard 'uart-has-rtscts' instead.
> 
> Cc: Oleksij Rempel <o.rempel@pengutronix.de>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied both, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-05-05  2:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  1:18 [PATCH 1/2] ARM: dts: imx6dl-plybas: Use the standard 'uart-has-rtscts' Fabio Estevam
2022-04-22  1:18 ` [PATCH 1/2] ARM: dts: imx6ul-kontron-n6x1x-s: " Fabio Estevam
2022-04-27 10:34   ` Frieder Schrempf
2022-04-22  6:35 ` [PATCH 1/2] ARM: dts: imx6dl-plybas: " Oleksij Rempel
2022-05-05  2:09 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.