Explorar o código

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>
Ludovic Desroches %!s(int64=11) %!d(string=hai) anos
pai
achega
466b3cf17e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Documentation/devicetree/bindings/dma/atmel-xdma.txt

+ 1 - 1
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>;
 };