linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
@ 2025-08-25 13:04 Abin Joseph
  2025-09-02  9:49 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Abin Joseph @ 2025-08-25 13:04 UTC (permalink / raw)
  To: vkoul, robh, krzk+dt, conor+dt, michal.simek, radhey.shyam.pandey
  Cc: git, abin.joseph, dmaengine, devicetree, linux-arm-kernel,
	linux-kernel

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>
---
 .../bindings/dma/xilinx/xilinx_dma.txt        | 23 -------------------
 1 file changed, 23 deletions(-)

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt b/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
index 590d1948f202..b567107270cb 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
+++ b/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
@@ -109,26 +109,3 @@ axi_vdma_0: axivdma@40030000 {
 		xlnx,datawidth = <0x40>;
 	} ;
 } ;
-
-
-* DMA client
-
-Required properties:
-- dmas: a list of <[Video DMA device phandle] [Channel ID]> pairs,
-	where Channel ID is '0' for write/tx and '1' for read/rx
-	channel. For MCMDA, MM2S channel(write/tx) ID start from
-	'0' and is in [0-15] range. S2MM channel(read/rx) ID start
-	from '16' and is in [16-31] range. These channels ID are
-	fixed irrespective of IP configuration.
-
-- dma-names: a list of DMA channel names, one per "dmas" entry
-
-Example:
-++++++++
-
-vdmatest_0: vdmatest@0 {
-	compatible ="xlnx,axi-vdma-test-1.00.a";
-	dmas = <&axi_vdma_0 0
-		&axi_vdma_0 1>;
-	dma-names = "vdma0", "vdma1";
-} ;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
  2025-08-25 13:04 [PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties Abin Joseph
@ 2025-09-02  9:49 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2025-09-02  9:49 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, michal.simek, radhey.shyam.pandey,
	Abin Joseph
  Cc: git, dmaengine, devicetree, linux-arm-kernel, linux-kernel


On Mon, 25 Aug 2025 18:34:23 +0530, Abin Joseph wrote:
> Remove DMA client section mentioned in the dt-bindings as it is
> not required to document client bindings in dmaengine bindings.
> 
> 

Applied, thanks!

[1/1] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
      commit: d5df661c9c76cb36d90527349ac6197a4baf2aba

Best regards,
-- 
~Vinod



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-02  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 13:04 [PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties Abin Joseph
2025-09-02  9:49 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).