Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1593264

[PATCH v2 1/2] dma: xilinx: Edit device tree bindings documentation

From Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/2] dma: xilinx: Edit device tree bindings documentation
Date 2017-03-06 13:20 +0100
Message-ID <thZMm-83M-21@gated-at.bofh.it> (permalink)
References <thZMm-83M-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add reset property documentation for Xilinx DMA

Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com>
---
 Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt b/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
index a2b8bfaec43c..96c469a4717f 100644
--- a/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
+++ b/Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
@@ -40,6 +40,7 @@ Required properties for VDMA:
 Optional properties:
 - xlnx,include-sg: Tells configured for Scatter-mode in
 	the hardware.
+- resets : External reset specifier. See ../../reset/reset.txt for details.
 Optional properties for AXI DMA:
 - xlnx,mcdma: Tells whether configured for multi-channel mode in the hardware.
 Optional properties for VDMA:
@@ -83,6 +84,7 @@ axi_vdma_0: axivdma@40030000 {
 	clocks = <&clk 0>, <&clk 1>, <&clk 2>, <&clk 3>, <&clk 4>;
 	clock-names = "s_axi_lite_aclk", "m_axi_mm2s_aclk", "m_axi_s2mm_aclk",
 		      "m_axis_mm2s_aclk", "s_axis_s2mm_aclk";
+	resets = <&rst 2>;
 	dma-channel@40030000 {
 		compatible = "xlnx,axi-vdma-mm2s-channel";
 		interrupts = < 0 54 4 >;
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] xilinx_dma: Add external reset control Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2017-03-06 13:20 +0100
  [PATCH v2 2/2] dma: xilinx: Add reset support Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2017-03-06 13:20 +0100
  [PATCH v2 1/2] dma: xilinx: Edit device tree bindings documentation Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2017-03-06 13:20 +0100

csiph-web