Skip to content

Commit d5df661

Browse files
abinJoseph25k07vinodkoul
authored andcommitted
dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
Remove DMA client section mentioned in the dt-bindings as it is not required to document client bindings in dmaengine bindings. Signed-off-by: Abin Joseph <abin.joseph@amd.com> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Abin Joseph <abin.joseph@amd.com> Link: https://lore.kernel.org/r/20250825130423.5739-1-abin.joseph@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 7ea95d5 commit d5df661

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -109,26 +109,3 @@ axi_vdma_0: axivdma@40030000 {
109109
xlnx,datawidth = <0x40>;
110110
} ;
111111
} ;
112-
113-
114-
* DMA client
115-
116-
Required properties:
117-
- dmas: a list of <[Video DMA device phandle] [Channel ID]> pairs,
118-
where Channel ID is '0' for write/tx and '1' for read/rx
119-
channel. For MCMDA, MM2S channel(write/tx) ID start from
120-
'0' and is in [0-15] range. S2MM channel(read/rx) ID start
121-
from '16' and is in [16-31] range. These channels ID are
122-
fixed irrespective of IP configuration.
123-
124-
- dma-names: a list of DMA channel names, one per "dmas" entry
125-
126-
Example:
127-
++++++++
128-
129-
vdmatest_0: vdmatest@0 {
130-
compatible ="xlnx,axi-vdma-test-1.00.a";
131-
dmas = <&axi_vdma_0 0
132-
&axi_vdma_0 1>;
133-
dma-names = "vdma0", "vdma1";
134-
} ;

0 commit comments

Comments
 (0)