Commit f0ad4353 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by 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: 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 3c497582
...@@ -285,6 +285,8 @@ spi1: spi@1f0e000 { ...@@ -285,6 +285,8 @@ spi1: spi@1f0e000 {
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment