devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: DTS: da850: Add DMA to SPI0
@ 2016-10-25 23:32 David Lechner
  2016-10-28 10:05 ` Sekhar Nori
  0 siblings, 1 reply; 2+ messages in thread
From: David Lechner @ 2016-10-25 23:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Sekhar Nori, Kevin Hilman
  Cc: David Lechner, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Add the bindings for DMA on SPI0

Signed-off-by: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
---
 arch/arm/boot/dts/da850.dtsi | 2 ++
 1 file changed, 2 insertions(+)

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 {
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: DTS: da850: Add DMA to SPI0
  2016-10-25 23:32 [PATCH] ARM: DTS: da850: Add DMA to SPI0 David Lechner
@ 2016-10-28 10:05 ` Sekhar Nori
  0 siblings, 0 replies; 2+ messages in thread
From: Sekhar Nori @ 2016-10-28 10:05 UTC (permalink / raw)
  To: David Lechner, Rob Herring, Mark Rutland, Kevin Hilman
  Cc: Russell King, devicetree, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-28 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 23:32 [PATCH] ARM: DTS: da850: Add DMA to SPI0 David Lechner
2016-10-28 10:05 ` Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).