summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Yang <leoyang.li@nxp.com>2021-10-12 18:58:18 -0500
committerShawn Guo <shawnguo@kernel.org>2021-10-15 11:16:44 +0800
commit39a1d8d2fbda4d3f49920358571b91eb5aa5ac76 (patch)
treed85f61054c1e145ad3ffe6ce3b62552efc2d0d14
parente11f309660e1d9be9e74d9eb571a234b8c59f756 (diff)
ARM: dts: ls1021a: add #dma-cells to qdma node
Add the #dma-cells to align with the dma schema. Signed-off-by: Li Yang <leoyang.li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 76c181602399..bf583a0cc237 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -947,6 +947,7 @@
<GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qdma-error",
"qdma-queue0", "qdma-queue1";
+ #dma-cells = <2>;
dma-channels = <8>;
block-number = <1>;
block-offset = <0x1000>;