aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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