ARM: dts: da850: Add DMA to SPI0
authorDavid Lechner <david@lechnology.com>
Tue, 25 Oct 2016 23:32:48 +0000 (18:32 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 31 Oct 2016 11:14:59 +0000 (16:44 +0530)
Add the bindings for DMA on SPI0

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi

index 901d5c98d5f0589151ee663f3b02ee3cd483505f..4c836133a1839fc5e71013d3bfd7d1747d8ac647 100644 (file)
                        num-cs = <6>;
                        ti,davinci-spi-intr-line = <1>;
                        interrupts = <20>;
+                       dmas = <&edma0 14 0>, <&edma0 15 0>;
+                       dma-names = "rx", "tx";
                        status = "disabled";
                };
                spi1: spi@30e000 {