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

Commit dfaebb50 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Sekhar Nori
Browse files

ARM: DTS: da850: fix edma0 reg space



The size of the eDMA0 CC register space is 0x8000 and not 0x10000.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: default avatarSushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent ae0add74
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -152,7 +152,8 @@
		};
		edma0: edma@01c00000 {
			compatible = "ti,edma3";
			reg =	<0x0 0x10000>;
			/* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
			reg =	<0x0 0x8000>;
			interrupts = <11 13 12>;
			#dma-cells = <1>;
		};