Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ dma1: dma-controller@f0004000 { ...@@ -22,7 +22,7 @@ dma1: dma-controller@f0004000 {
compatible = "atmel,sama5d4-dma"; compatible = "atmel,sama5d4-dma";
reg = <0xf0004000 0x200>; reg = <0xf0004000 0x200>;
interrupts = <50 4 0>; interrupts = <50 4 0>;
#dma-cells = <2>; #dma-cells = <1>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment