Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: dmaengine: xilinx_dma: add optional xlnx,sg-length-width property

The width of the "length register" cannot be autodetected, and it is now
specified with a DT property. Add documentation for it.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Cc: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Reviewed-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Andrea Merello and committed by
Vinod Koul
7df54dbe 5c094d4c

+4
+4
Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
··· 41 41 - xlnx,include-sg: Tells configured for Scatter-mode in 42 42 the hardware. 43 43 Optional properties for AXI DMA: 44 + - xlnx,sg-length-width: Should be set to the width in bits of the length 45 + register as configured in h/w. Takes values {8...26}. If the property 46 + is missing or invalid then the default value 23 is used. This is the 47 + maximum value that is supported by all IP versions. 44 48 - xlnx,mcdma: Tells whether configured for multi-channel mode in the hardware. 45 49 Optional properties for VDMA: 46 50 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync.