提交 dfaebb50 编写于 作者: P Peter Ujfalusi 提交者: Sekhar Nori

ARM: DTS: da850: fix edma0 reg space

The size of the eDMA0 CC register space is 0x8000 and not 0x10000.
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: NSushaanth Srirangapathi <sushaanth.s@ti.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 ae0add74
...@@ -152,7 +152,8 @@ ...@@ -152,7 +152,8 @@
}; };
edma0: edma@01c00000 { edma0: edma@01c00000 {
compatible = "ti,edma3"; compatible = "ti,edma3";
reg = <0x0 0x10000>; /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
reg = <0x0 0x8000>;
interrupts = <11 13 12>; interrupts = <11 13 12>;
#dma-cells = <1>; #dma-cells = <1>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册