aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@atmel.com>2014-11-13 05:52:44 -0500
committerVinod Koul <vinod.koul@intel.com>2014-11-17 03:37:20 -0500
commit466b3cf17ea6bee26cf7a404f51a44f2e884b31e (patch)
treeafacc1ab7e4f9af990bfcebb30ed19ff8c2c816a
parent87809839a56603b3ace6e7250a81afadcd916691 (diff)
ARM: dts: at_xdmac: fix bad value of dma-cells in documentation
The dma-cells value in the example was 2 instead of 1. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r--Documentation/devicetree/bindings/dma/atmel-xdma.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-xdma.txt b/Documentation/devicetree/bindings/dma/atmel-xdma.txt
index e75c128c53fa..0eb2b3207e08 100644
--- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt
+++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt
@@ -22,7 +22,7 @@ dma1: dma-controller@f0004000 {
22 compatible = "atmel,sama5d4-dma"; 22 compatible = "atmel,sama5d4-dma";
23 reg = <0xf0004000 0x200>; 23 reg = <0xf0004000 0x200>;
24 interrupts = <50 4 0>; 24 interrupts = <50 4 0>;
25 #dma-cells = <2>; 25 #dma-cells = <1>;
26}; 26};
27 27
28 28