linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: rockchip: Add missing dma-names SPI support for rv1108
@ 2019-01-04  1:40 Otavio Salvador
  2019-01-04  1:40 ` [PATCH 2/4] ARM: dts: rockchip: rv1108: Add spim0 and spim1 pinctrl groups Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Otavio Salvador @ 2019-01-04  1:40 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Jason Zhu, Vicent Chi, Andy Yan, Philipp Tomsic, Otavio Salvador,
	devicetree, Heiko Stuebner, linux-kernel, linux-rockchip,
	Rob Herring, Mark Rutland

Pass the 'dma-names' property to the SPI ports so that DMA can
be supported.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 arch/arm/boot/dts/rv1108.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index d31370ff28f4..cb26d9d98c34 100644
--- a/arch/arm/boot/dts/rv1108.dtsi
+++ b/arch/arm/boot/dts/rv1108.dtsi
@@ -207,6 +207,7 @@
 		clocks = <&cru SCLK_SPI>, <&cru PCLK_SPI>;
 		clock-names = "spiclk", "apb_pclk";
 		dmas = <&pdma 8>, <&pdma 9>;
+		dma-names = "tx", "rx";
 		#dma-cells = <2>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
2.20.1


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

end of thread, other threads:[~2019-01-12 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04  1:40 [PATCH 1/4] ARM: dts: rockchip: Add missing dma-names SPI support for rv1108 Otavio Salvador
2019-01-04  1:40 ` [PATCH 2/4] ARM: dts: rockchip: rv1108: Add spim0 and spim1 pinctrl groups Otavio Salvador
2019-01-04  1:40 ` [PATCH 3/4] dt-bindings: Add vendor prefix for elgin Otavio Salvador
2019-01-11 17:04   ` Rob Herring
2019-01-04  1:40 ` [PATCH 4/4] ARM: dts: rv1108: Add support for rv1108-elgin-r1 board Otavio Salvador
2019-01-11 19:29   ` Rob Herring
2019-01-12 20:16   ` Heiko Stuebner

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).