All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] Documentation: devicetree: Fix Xilinx VDMA specification
@ 2014-11-12 13:51 ` Andreas Färber
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Färber @ 2014-11-12 13:51 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 This appears to have fallen through the cracks... resending to dmaengine.

 Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt b/Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt
index 1405ed071bb4..e4c4d47f8137 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt
+++ b/Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt
@@ -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:
-- 
2.1.2

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-12-05 16:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 13:51 [PATCH RESEND] Documentation: devicetree: Fix Xilinx VDMA specification Andreas Färber
2014-11-12 13:51 ` Andreas Färber
2014-11-12 13:51 ` Andreas Färber
2014-11-12 15:57 ` Sören Brinkmann
2014-11-12 15:57   ` Sören Brinkmann
2014-11-12 15:57   ` Sören Brinkmann
2014-11-12 18:03   ` Andreas Färber
2014-11-12 18:03     ` Andreas Färber
2014-11-12 18:26     ` Sören Brinkmann
2014-11-12 18:26       ` Sören Brinkmann
2014-11-12 18:26       ` Sören Brinkmann
2014-12-05 16:47       ` Vinod Koul
2014-12-05 16:47         ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.