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

ARM: DTS: da850: Enable DMA for SPI1

Add the needed bindings so the SPI driver can use DMA with SPI1.
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>
上级 3c497582
...@@ -285,6 +285,8 @@ ...@@ -285,6 +285,8 @@
num-cs = <4>; num-cs = <4>;
ti,davinci-spi-intr-line = <1>; ti,davinci-spi-intr-line = <1>;
interrupts = <56>; interrupts = <56>;
dmas = <&edma0 18 0>, <&edma0 19 0>;
dma-names = "rx", "tx";
status = "disabled"; status = "disabled";
}; };
mdio: mdio@1e24000 { mdio: mdio@1e24000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册