mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 07:31:29 +00:00
arm64: dts: layerscape: add #dma-cells for qdma
Add #dma-cells for qdma to fix below warning. dma-controller@8380000: '#dma-cells' is a required property Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
04b22497df
commit
327d71aa59
@ -828,6 +828,7 @@
|
||||
<GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qdma-error", "qdma-queue0",
|
||||
"qdma-queue1", "qdma-queue2", "qdma-queue3";
|
||||
#dma-cells = <1>;
|
||||
dma-channels = <8>;
|
||||
block-number = <1>;
|
||||
block-offset = <0x10000>;
|
||||
|
@ -974,6 +974,7 @@
|
||||
<GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qdma-error", "qdma-queue0",
|
||||
"qdma-queue1", "qdma-queue2", "qdma-queue3";
|
||||
#dma-cells = <1>;
|
||||
dma-channels = <8>;
|
||||
block-number = <1>;
|
||||
block-offset = <0x10000>;
|
||||
|
@ -925,6 +925,7 @@
|
||||
<GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qdma-error", "qdma-queue0",
|
||||
"qdma-queue1", "qdma-queue2", "qdma-queue3";
|
||||
#dma-cells = <1>;
|
||||
dma-channels = <8>;
|
||||
block-number = <1>;
|
||||
block-offset = <0x10000>;
|
||||
|
Loading…
Reference in New Issue
Block a user