ARM: dts: at91: sama7g5: Swap rx and tx for spi11
authorSergiu Moga <sergiu.moga@microchip.com>
Tue, 13 Sep 2022 14:21:53 +0000 (17:21 +0300)
committerClaudiu Beznea <claudiu.beznea@microchip.com>
Fri, 16 Sep 2022 07:41:36 +0000 (10:41 +0300)
Swap the rx and tx of the DMA related DT properties of the spi11 node
in order to maintain consistency across Microchip/Atmel SoC files.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220913142205.162399-2-sergiu.moga@microchip.com
arch/arm/boot/dts/sama7g5.dtsi

index bb6d71e..249f9c6 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <0>;
                                atmel,fifo-size = <32>;
-                               dmas = <&dma0 AT91_XDMAC_DT_PERID(27)>,
-                                           <&dma0 AT91_XDMAC_DT_PERID(28)>;
-                               dma-names = "rx", "tx";
+                               dmas = <&dma0 AT91_XDMAC_DT_PERID(28)>,
+                                           <&dma0 AT91_XDMAC_DT_PERID(27)>;
+                               dma-names = "tx", "rx";
                                status = "disabled";
                        };
                };