Commit b5028b28 authored by David Lechner's avatar David Lechner Committed by Sekhar Nori

ARM: dts: da850: Add DMA to SPI0

Add the bindings for DMA on SPI0
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent f28b7824
...@@ -357,6 +357,8 @@ spi0: spi@41000 { ...@@ -357,6 +357,8 @@ spi0: spi@41000 {
num-cs = <6>; num-cs = <6>;
ti,davinci-spi-intr-line = <1>; ti,davinci-spi-intr-line = <1>;
interrupts = <20>; interrupts = <20>;
dmas = <&edma0 14 0>, <&edma0 15 0>;
dma-names = "rx", "tx";
status = "disabled"; status = "disabled";
}; };
spi1: spi@30e000 { spi1: spi@30e000 {
......
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