]> Git Repo - linux.git/commitdiff
arm64: dts: ls1046a: Update i2c node dma properties
authorKuldeep Singh <[email protected]>
Sat, 26 Mar 2022 04:23:12 +0000 (09:53 +0530)
committerArnd Bergmann <[email protected]>
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: 8126d88162a5 ("arm64: dts: add QorIQ LS1046A SoC support")
Signed-off-by: Kuldeep Singh <[email protected]>
CC: [email protected]
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index 687fea6d8afa4b096575472b083e912c97e67d30..4e7bd04d979841d7cbb6fb42a765c9ca0af11eb8 100644 (file)
                        interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(2)>;
-                       dmas = <&edma0 1 39>,
-                              <&edma0 1 38>;
-                       dma-names = "tx", "rx";
+                       dmas = <&edma0 1 38>,
+                              <&edma0 1 39>;
+                       dma-names = "rx", "tx";
                        status = "disabled";
                };
 
This page took 0.061004 seconds and 4 git commands to generate.