From: Ludovic Desroches Date: Thu, 13 Nov 2014 10:52:44 +0000 (+0100) Subject: ARM: dts: at_xdmac: fix bad value of dma-cells in documentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=466b3cf17ea6bee26cf7a404f51a44f2e884b31e;p=linux-beck.git 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 Signed-off-by: Vinod Koul --- 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 { compatible = "atmel,sama5d4-dma"; reg = <0xf0004000 0x200>; interrupts = <50 4 0>; - #dma-cells = <2>; + #dma-cells = <1>; };