]> Git Repo - linux.git/commitdiff
dma: mmp_pdma: Add the #dma-requests DT property documentation
authorRobert Jarzmik <[email protected]>
Mon, 15 Feb 2016 20:27:44 +0000 (21:27 +0100)
committerRobert Jarzmik <[email protected]>
Fri, 26 Feb 2016 21:56:23 +0000 (22:56 +0100)
For pxa based platforms, the number of requestor lines should be
specified, so that the driver can check if the flow control should be
activated (when a requestor line is asked for) or not.

Signed-off-by: Robert Jarzmik <[email protected]>
Acked-by: Rob Herring <[email protected]>
Documentation/devicetree/bindings/dma/mmp-dma.txt

index 7a802f64e5bd8f89e08b0bd4b34a388eeb926254..8f7364a7b349edc76bdad6737234dd97907c75d4 100644 (file)
@@ -12,6 +12,8 @@ Required properties:
 Optional properties:
 - #dma-channels: Number of DMA channels supported by the controller (defaults
   to 32 when not specified)
+- #dma-requests: Number of DMA requestor lines supported by the controller
+  (defaults to 32 when not specified)
 
 "marvell,pdma-1.0"
 Used platforms: pxa25x, pxa27x, pxa3xx, pxa93x, pxa168, pxa910, pxa688.
This page took 0.06626 seconds and 4 git commands to generate.