]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at_xdmac: fix bad value of dma-cells in documentation
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 13 Nov 2014 10:52:44 +0000 (11:52 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Nov 2014 08:37:20 +0000 (14:07 +0530)
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>
Documentation/devicetree/bindings/dma/atmel-xdma.txt

index e75c128c53fa345fa22e5e920d6f0c1a0ca8f9cd..0eb2b3207e08826214ede46b964e334cb57db619 100644 (file)
@@ -22,7 +22,7 @@ dma1: dma-controller@f0004000 {
        compatible = "atmel,sama5d4-dma";
        reg = <0xf0004000 0x200>;
        interrupts = <50 4 0>;
-       #dma-cells = <2>;
+       #dma-cells = <1>;
 };