Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 294a665e authored by Andreas Färber's avatar Andreas Färber Committed by Vinod Koul
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
Fixes: eebeac03 ("dma: Add Xilinx Video DMA DT Binding Documentation")
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Reviewed-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 046209f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: