Skip to content

Commit

Permalink
ARM: DTS: da850: fix edma0 reg space
Browse files Browse the repository at this point in the history
The size of the eDMA0 CC register space is 0x8000 and not 0x10000.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Sushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Peter Ujfalusi authored and Sekhar Nori committed Dec 24, 2015
1 parent ae0add7 commit dfaebb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/da850.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit dfaebb5

Please sign in to comment.