arm64: dts: ls1043a: Update i2c dma properties
authorKuldeep Singh <singh.kuldeep87k@gmail.com>
Sat, 26 Mar 2022 04:23:11 +0000 (09:53 +0530)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Mar 2022 22:01:24 +0000 (00:01 +0200)
Reorder dmas and dma-names properties for i2c controller node to make it
compliant with bindings.

Fixes: 6d453cd22357 ("arm64: dts: add Freescale LS1043a SoC support")
Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
CC: soc@kernel.org
Link: https://lore.kernel.org/r/20220326042313.97862-4-singh.kuldeep87k@gmail.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index 01b01e3204118c526cbd9c04b58f08f424eeaf6e..35d1939e690b0ee6275f994f46689a7708ffcde7 100644 (file)
                        clock-names = "i2c";
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(1)>;
-                       dmas = <&edma0 1 39>,
-                              <&edma0 1 38>;
-                       dma-names = "tx", "rx";
+                       dmas = <&edma0 1 38>,
+                              <&edma0 1 39>;
+                       dma-names = "rx", "tx";
                        status = "disabled";
                };