From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 07/11] Documentation: devicetree: Fix Xilinx VDMA specification
Date: Fri, 25 Jul 2014 01:00:16 +0200 [thread overview]
Message-ID: <1406242820-20140-8-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1406242820-20140-1-git-send-email-afaerber@suse.de>
The specification requires xlnx,data-width, but example and driver use
xlnx,datawidth. Change the specification to match the implementation.
Signed-off-by: Andreas F?rber <afaerber@suse.de>
---
v2: New
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 1405ed0..e4c4d47 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:
--
1.9.3
next prev parent reply other threads:[~2014-07-24 23:00 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-24 23:00 [PATCH v2 00/11] ARM: dts: zynq: Prepare Parallella Andreas Färber
2014-07-24 23:00 ` [PATCH v2 01/11] Documentation: devicetree: Adapteva vendor prefix Andreas Färber
2014-07-25 8:01 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 02/11] Documentation: devicetree: Adapteva boards Andreas Färber
2014-07-25 8:01 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 03/11] ARM: dts: zynq: Add Parallella device tree Andreas Färber
2014-07-25 8:02 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 04/11] ARM: dts: zynq: Update deprecated xuartps clock names Andreas Färber
2014-07-24 23:09 ` Sören Brinkmann
2014-07-24 23:13 ` Andreas Färber
2014-07-24 23:24 ` Sören Brinkmann
2014-07-25 7:38 ` Michal Simek
2014-07-24 23:00 ` [PATCH v2 05/11] ARM: dts: zynq: Add QSPI for Parallella Andreas Färber
2014-07-24 23:18 ` Sören Brinkmann
2014-07-25 7:59 ` Michal Simek
2014-07-25 8:42 ` Andreas Färber
2014-07-25 9:38 ` Michal Simek
2014-07-25 11:12 ` [PATCH v3] ARM: dts: zynq: Add SPI Andreas Färber
2014-07-25 14:42 ` Sören Brinkmann
[not found] ` <20140725144223.GB16049@xsjandreislx>
2014-07-28 9:11 ` Michal Simek
[not found] ` <53D2258B.9000609@xilinx.com>
2014-07-25 10:31 ` [PATCH v2 05/11] ARM: dts: zynq: Add QSPI for Parallella Harini Katakam
2014-07-25 10:43 ` Andreas Färber
2014-07-25 10:47 ` Harini Katakam
2014-07-24 23:00 ` [PATCH v2 06/11] ARM: dts: zynq: Add DMAC " Andreas Färber
2014-07-24 23:28 ` Sören Brinkmann
2014-07-25 8:02 ` Michal Simek
2014-07-25 8:24 ` Andreas Färber
2014-07-25 8:36 ` Michal Simek
2014-07-25 14:43 ` Sören Brinkmann
2014-07-24 23:00 ` Andreas Färber [this message]
2014-07-25 7:49 ` [PATCH v2 07/11] Documentation: devicetree: Fix Xilinx VDMA specification Michal Simek
2014-07-25 8:46 ` Andreas Färber
2014-07-25 9:40 ` Michal Simek
[not found] ` <53D225F2.4070504@xilinx.com>
2014-07-25 12:51 ` Srikanth Thokala
2014-07-24 23:00 ` [PATCH v2 08/11] ARM: dts: zynq: Add VDMA to Parallella Andreas Färber
2014-07-24 23:22 ` Sören Brinkmann
2014-07-25 9:47 ` Andreas Färber
2014-07-25 14:49 ` Sören Brinkmann
2014-07-24 23:00 ` [PATCH v2 09/11] Documentation: devicetree: Fix ADI AXI SPDIF specification Andreas Färber
2014-07-25 7:42 ` Lars-Peter Clausen
2014-07-25 8:08 ` Michal Simek
2014-07-25 10:18 ` Mark Brown
2014-07-25 10:32 ` Andreas Färber
2014-07-25 10:39 ` Mark Brown
2014-07-28 11:43 ` Andreas Färber
2014-07-28 12:20 ` Mark Brown
2014-07-28 12:28 ` Andreas Färber
2014-07-28 13:44 ` Mark Brown
2014-07-28 15:39 ` Andreas Färber
2014-07-28 21:28 ` Mark Brown
2014-07-24 23:00 ` [PATCH v2 10/11] ARM: dts: zynq: Add SPDIF for Parallella Andreas Färber
2014-07-24 23:00 ` [PATCH v2 11/11] ARM: dts: zynq: Add AXI clkgen " Andreas Färber
2014-07-25 3:49 ` [PATCH v2 00/11] ARM: dts: zynq: Prepare Parallella Punnaiah Choudary Kalluri
2014-07-25 10:04 ` Andreas Färber
2014-07-28 16:17 ` Andreas Färber
2014-07-28 16:39 ` Lars-Peter Clausen
2014-10-18 4:28 ` Olof Johansson
2014-10-19 15:57 ` Soren Brinkmann
2014-10-21 20:52 ` Andreas Färber
2014-10-21 21:00 ` Sören Brinkmann
2014-10-21 21:01 ` Olof Johansson
2014-10-21 21:07 ` Andreas Färber
2014-10-21 21:18 ` Olof Johansson
2014-10-22 13:22 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1406242820-20140-8-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).