* [PATCH] ARM: dts: imx6q: enable dma for ecspi5
@ 2015-01-13 17:23 Anton Bondarenko
2015-01-13 17:38 ` Eric Nelson
0 siblings, 1 reply; 2+ messages in thread
From: Anton Bondarenko @ 2015-01-13 17:23 UTC (permalink / raw)
To: linux-arm-kernel
Enable dma support for espci5 controller
Signed-off-by: Anton Bondarenko <anton_bondarenko@mentor.com>
---
arch/arm/boot/dts/imx6q.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 37ee4e5..93ec79b 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -95,6 +95,8 @@
clocks = <&clks IMX6Q_CLK_ECSPI5>,
<&clks IMX6Q_CLK_ECSPI5>;
clock-names = "ipg", "per";
+ dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
+ dma-names = "rx", "tx";
status = "disabled";
};
};
--
2.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-13 17:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 17:23 [PATCH] ARM: dts: imx6q: enable dma for ecspi5 Anton Bondarenko
2015-01-13 17:38 ` Eric Nelson
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).