Skip to content

Commit eeeb4f1

Browse files
Kuldeep Singharndb
authored andcommitted
arm64: dts: ls1046a: Update i2c node dma properties
Reorder dmas and dma-names properties for i2c controller node to make it compliant with bindings. Fixes: 8126d88 ("arm64: dts: add QorIQ LS1046A SoC support") Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> CC: soc@kernel.org Link: https://lore.kernel.org/r/20220326042313.97862-5-singh.kuldeep87k@gmail.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent aa4df84 commit eeeb4f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@
499499
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
500500
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
501501
QORIQ_CLK_PLL_DIV(2)>;
502-
dmas = <&edma0 1 39>,
503-
<&edma0 1 38>;
504-
dma-names = "tx", "rx";
502+
dmas = <&edma0 1 38>,
503+
<&edma0 1 39>;
504+
dma-names = "rx", "tx";
505505
status = "disabled";
506506
};
507507

0 commit comments

Comments
 (0)