Skip to content

Commit aa4df84

Browse files
Kuldeep Singharndb
authored andcommitted
arm64: dts: ls1043a: Update i2c dma properties
Reorder dmas and dma-names properties for i2c controller node to make it compliant with bindings. Fixes: 6d453cd ("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>
1 parent 583d6b0 commit aa4df84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,9 @@
536536
clock-names = "i2c";
537537
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
538538
QORIQ_CLK_PLL_DIV(1)>;
539-
dmas = <&edma0 1 39>,
540-
<&edma0 1 38>;
541-
dma-names = "tx", "rx";
539+
dmas = <&edma0 1 38>,
540+
<&edma0 1 39>;
541+
dma-names = "rx", "tx";
542542
status = "disabled";
543543
};
544544

0 commit comments

Comments
 (0)