Skip to content
Snippets Groups Projects
Unverified Commit eeeb4f10 authored by Kuldeep Singh's avatar Kuldeep Singh Committed by Arnd Bergmann
Browse files

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: 8126d881 ("arm64: dts: add QorIQ LS1046A SoC support")
Signed-off-by: default avatarKuldeep 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: default avatarArnd Bergmann <arnd@arndb.de>
parent aa4df840
No related merge requests found
......@@ -499,9 +499,9 @@
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";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment