All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx93: Fix the dmas entries order
@ 2023-09-26 14:18 Fabio Estevam
  2023-09-26 14:31 ` [EXT] " Frank Li
  2023-10-10  1:08 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2023-09-26 14:18 UTC (permalink / raw)
  To: shawnguo; +Cc: Frank.Li, linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Per fsl-lpuart.yaml, the dmas and dma-names entries should be
'rx' followed by 'tx'.

Change the order to fix the following schema warning:

imx93-11x11-evk.dtb: serial@44380000: dma-names:0: 'rx' was expected
	from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml#
imx93-11x11-evk.dtb: serial@44380000: dma-names:1: 'tx' was expected
	from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx93.dtsi | 32 ++++++++++++------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
index f20dd18e0b65..d6f6aeb7da74 100644
--- a/arch/arm64/boot/dts/freescale/imx93.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
@@ -336,8 +336,8 @@ lpuart1: serial@44380000 {
 				interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART1_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma1 16 0 0>, <&edma1 17 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma1 17 0 1>, <&edma1 16 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -347,8 +347,8 @@ lpuart2: serial@44390000 {
 				interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART2_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma1 18 0 0>, <&edma1 19 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma1 19 0 1>, <&edma1 18 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -669,8 +669,8 @@ lpuart3: serial@42570000 {
 				interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART3_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 17 0 0>, <&edma2 18 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma2 18 0 1>, <&edma2 17 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -680,8 +680,8 @@ lpuart4: serial@42580000 {
 				interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART4_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 19 0 0>, <&edma2 20 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma2 20 0 1>, <&edma2 19 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -691,8 +691,8 @@ lpuart5: serial@42590000 {
 				interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART5_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 21 0 0>, <&edma2 22 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma2 22 0 1>, <&edma2 21 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -702,8 +702,8 @@ lpuart6: serial@425a0000 {
 				interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART6_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 23 0 0>, <&edma2 24 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma2 24 0 1>, <&edma2 23 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -742,8 +742,8 @@ lpuart7: serial@42690000 {
 				interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART7_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 87 0 0>, <&edma2 88 0 1>;
-				dma-names = "tx", "rx";
+				dmas = <&edma2 88 0 1>, <&edma2 87 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
@@ -753,8 +753,8 @@ lpuart8: serial@426a0000 {
 				interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk IMX93_CLK_LPUART8_GATE>;
 				clock-names = "ipg";
-				dmas = <&edma2 89 0 0>, <&edma2 90 0 1>;
-				dma-names = "tx", "rx";
+				dmas =  <&edma2 90 0 1>, <&edma2 89 0 0>;
+				dma-names = "rx", "tx";
 				status = "disabled";
 			};
 
-- 
2.34.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] 4+ messages in thread

* RE: [EXT] [PATCH] arm64: dts: imx93: Fix the dmas entries order
  2023-09-26 14:18 [PATCH] arm64: dts: imx93: Fix the dmas entries order Fabio Estevam
@ 2023-09-26 14:31 ` Frank Li
  2023-09-26 14:41   ` Fabio Estevam
  2023-10-10  1:08 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Frank Li @ 2023-09-26 14:31 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo; +Cc: linux-arm-kernel, Fabio Estevam



> -----Original Message-----
> From: Fabio Estevam <festevam@gmail.com>
> Sent: Tuesday, September 26, 2023 9:19 AM
> To: shawnguo@kernel.org
> Cc: Frank Li <frank.li@nxp.com>; linux-arm-kernel@lists.infradead.org; Fabio
> Estevam <festevam@denx.de>
> Subject: [EXT] [PATCH] arm64: dts: imx93: Fix the dmas entries order
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
> 
> 
> From: Fabio Estevam <festevam@denx.de>
> 
> Per fsl-lpuart.yaml, the dmas and dma-names entries should be
> 'rx' followed by 'tx'.

Does 'items' in yaml order matter? 

> 
> Change the order to fix the following schema warning:
> 
> imx93-11x11-evk.dtb: serial@44380000: dma-names:0: 'rx' was expected
>         from schema $id:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicet
> ree.org%2Fschemas%2Fserial%2Ffsl-
> lpuart.yaml%23&data=05%7C01%7CFrank.Li%40nxp.com%7Cec391aebaa364
> 3bb294808dbbe9b8c8a%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0
> %7C638313347510781104%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLj
> AwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%
> 7C%7C&sdata=ixPdTTT8vzQfWnAeK7afYaBEpElEW2sXi8o46CjstIg%3D&reserv
> ed=0
> imx93-11x11-evk.dtb: serial@44380000: dma-names:1: 'tx' was expected
>         from schema $id:
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicet
> ree.org%2Fschemas%2Fserial%2Ffsl-
> lpuart.yaml%23&data=05%7C01%7CFrank.Li%40nxp.com%7Cec391aebaa364
> 3bb294808dbbe9b8c8a%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0
> %7C638313347510781104%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLj
> AwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%
> 7C%7C&sdata=ixPdTTT8vzQfWnAeK7afYaBEpElEW2sXi8o46CjstIg%3D&reserv
> ed=0
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/freescale/imx93.dtsi | 32 ++++++++++++------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi
> b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index f20dd18e0b65..d6f6aeb7da74 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -336,8 +336,8 @@ lpuart1: serial@44380000 {
>                                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART1_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma1 16 0 0>, <&edma1 17 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma1 17 0 1>, <&edma1 16 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -347,8 +347,8 @@ lpuart2: serial@44390000 {
>                                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART2_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma1 18 0 0>, <&edma1 19 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma1 19 0 1>, <&edma1 18 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -669,8 +669,8 @@ lpuart3: serial@42570000 {
>                                 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART3_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 17 0 0>, <&edma2 18 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma2 18 0 1>, <&edma2 17 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -680,8 +680,8 @@ lpuart4: serial@42580000 {
>                                 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART4_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 19 0 0>, <&edma2 20 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma2 20 0 1>, <&edma2 19 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -691,8 +691,8 @@ lpuart5: serial@42590000 {
>                                 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART5_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 21 0 0>, <&edma2 22 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma2 22 0 1>, <&edma2 21 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -702,8 +702,8 @@ lpuart6: serial@425a0000 {
>                                 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART6_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 23 0 0>, <&edma2 24 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma2 24 0 1>, <&edma2 23 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -742,8 +742,8 @@ lpuart7: serial@42690000 {
>                                 interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART7_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 87 0 0>, <&edma2 88 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas = <&edma2 88 0 1>, <&edma2 87 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> @@ -753,8 +753,8 @@ lpuart8: serial@426a0000 {
>                                 interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>;
>                                 clocks = <&clk IMX93_CLK_LPUART8_GATE>;
>                                 clock-names = "ipg";
> -                               dmas = <&edma2 89 0 0>, <&edma2 90 0 1>;
> -                               dma-names = "tx", "rx";
> +                               dmas =  <&edma2 90 0 1>, <&edma2 89 0 0>;
> +                               dma-names = "rx", "tx";
>                                 status = "disabled";
>                         };
> 
> --
> 2.34.1


_______________________________________________
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] 4+ messages in thread

* Re: [EXT] [PATCH] arm64: dts: imx93: Fix the dmas entries order
  2023-09-26 14:31 ` [EXT] " Frank Li
@ 2023-09-26 14:41   ` Fabio Estevam
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2023-09-26 14:41 UTC (permalink / raw)
  To: Frank Li; +Cc: shawnguo, linux-arm-kernel, Fabio Estevam

Hi Frank,

On Tue, Sep 26, 2023 at 11:31 AM Frank Li <frank.li@nxp.com> wrote:

> Does 'items' in yaml order matter?

Yes, just give it a try if you don't believe ;-)

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] arm64: dts: imx93: Fix the dmas entries order
  2023-09-26 14:18 [PATCH] arm64: dts: imx93: Fix the dmas entries order Fabio Estevam
  2023-09-26 14:31 ` [EXT] " Frank Li
@ 2023-10-10  1:08 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2023-10-10  1:08 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Frank.Li, linux-arm-kernel, Fabio Estevam

On Tue, Sep 26, 2023 at 11:18:54AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Per fsl-lpuart.yaml, the dmas and dma-names entries should be
> 'rx' followed by 'tx'.
> 
> Change the order to fix the following schema warning:
> 
> imx93-11x11-evk.dtb: serial@44380000: dma-names:0: 'rx' was expected
> 	from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml#
> imx93-11x11-evk.dtb: serial@44380000: dma-names:1: 'tx' was expected
> 	from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml#
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, 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] 4+ messages in thread

end of thread, other threads:[~2023-10-10  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 14:18 [PATCH] arm64: dts: imx93: Fix the dmas entries order Fabio Estevam
2023-09-26 14:31 ` [EXT] " Frank Li
2023-09-26 14:41   ` Fabio Estevam
2023-10-10  1:08 ` 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.