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

Documentation: devicetree: Fix Xilinx VDMA specification

The specification requires xlnx,data-width, but example and driver use
xlnx,datawidth. Change the specification to match the implementation.

Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Fixes: eebeac03db93 ("dma: Add Xilinx Video DMA DT Binding Documentation")
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

authored by

Andreas Färber and committed by
Vinod Koul
294a665e 046209f6

+1 -1
+1 -1
Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt
··· 25 25 - compatible: It should be either "xlnx,axi-vdma-mm2s-channel" or 26 26 "xlnx,axi-vdma-s2mm-channel". 27 27 - interrupts: Should contain per channel VDMA interrupts. 28 - - xlnx,data-width: Should contain the stream data width, take values 28 + - xlnx,datawidth: Should contain the stream data width, take values 29 29 {32,64...1024}. 30 30 31 31 Optional child node properties: