]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
dt-bindings: dmaengine: xilinx_dma: Remove axidma multichannel support
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Fri, 22 Mar 2019 16:25:40 +0000 (21:55 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 25 Mar 2019 12:32:54 +0000 (13:32 +0100)
The AXI DMA multichannel support is deprecated in the IP and it is no
longer actively supported. For multichannel support, refer to the AXI
multichannel direct memory access IP product guide(PG228). So it is
decided to remove it's complete support from the driver. Inline with
it remove axidma multichannel optional properties i.e xlnx,mcdma and
dma-channels from the binding description. Just to highlight that this
patch intentionally breaks backward compatibility.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Acked-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt

index 6298ec9788c81705f43d847fb72973b37ff42b0a..9ccded6465a748f52b0b0ffcc12c4a187912ee1b 100644 (file)
@@ -41,7 +41,6 @@ Optional properties:
 - xlnx,include-sg: Tells configured for Scatter-mode in
        the hardware.
 Optional properties for AXI DMA:
-- xlnx,mcdma: Tells whether configured for multi-channel mode in the hardware.
 - xlnx,sg-length-width: Should be set to the width of buffer length register as
        configured in hardware. If this property is missing or has invalid width
        i.e not in range of 8-26, maximum buffer length width (common to all IP
@@ -72,8 +71,6 @@ Optional child node properties for VDMA:
        enabled/disabled in hardware.
 - xlnx,enable-vert-flip: Tells vertical flip is
        enabled/disabled in hardware(S2MM path).
-Optional child node properties for AXI DMA:
--dma-channels: Number of dma channels in child node.
 
 Example:
 ++++++++