Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 466b3cf1 authored by Ludovic Desroches's avatar Ludovic Desroches Committed by Vinod Koul
Browse files

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: default avatarLudovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 87809839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
};