diff mbox

ARM: DTS: da850: Add DMA to SPI0

Message ID 1477438368-16208-1-git-send-email-david@lechnology.com (mailing list archive)
State New, archived
Headers show

Commit Message

David Lechner Oct. 25, 2016, 11:32 p.m. UTC
Add the bindings for DMA on SPI0

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/boot/dts/da850.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Sekhar Nori Oct. 28, 2016, 10:05 a.m. UTC | #1
On Wednesday 26 October 2016 05:02 AM, David Lechner wrote:
> Add the bindings for DMA on SPI0
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied to v4.10/dt. small-case'd "DTS" in subject line while applying.

Thanks,
Sekhar
diff mbox

Patch

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 06a5abc..baadebe 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -349,6 +349,8 @@ 
 			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 {