Documentation: devicetree: Fix Xilinx VDMA specification
authorAndreas Färber <afaerber@suse.de>
Wed, 12 Nov 2014 13:51:16 +0000 (14:51 +0100)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Dec 2014 16:53:36 +0000 (22:23 +0530)
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>
Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt

index 1405ed0..e4c4d47 100644 (file)
@@ -25,7 +25,7 @@ Required child node properties:
 - compatible: It should be either "xlnx,axi-vdma-mm2s-channel" or
        "xlnx,axi-vdma-s2mm-channel".
 - interrupts: Should contain per channel VDMA interrupts.
-- xlnx,data-width: Should contain the stream data width, take values
+- xlnx,datawidth: Should contain the stream data width, take values
        {32,64...1024}.
 
 Optional child node properties: