linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: i.MX27: Add DMA devicetree node
@ 2013-06-08 14:39 Alexander Shiyan
  2013-06-08 14:39 ` [PATCH 2/5] ARM: dts: i.MX27: Add SDHC devicetree nodes Alexander Shiyan
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Alexander Shiyan @ 2013-06-08 14:39 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds the missing DMA devicetree node for i.MX27 SoCs.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx27.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 7017bfe..9d65734 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -61,6 +61,16 @@
 			reg = <0x10000000 0x20000>;
 			ranges;
 
+			dma: dma at 10001000 {
+				compatible = "fsl,imx27-dma";
+				reg = <0x10001000 0x1000>;
+				interrupts = <32>;
+				clocks = <&clks 50>, <&clks 70>;
+				clock-names = "ipg", "ahb";
+				#dma-cells = <1>;
+				#dma-channels = <16>;
+			};
+
 			wdog: wdog at 10002000 {
 				compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
 				reg = <0x10002000 0x1000>;
-- 
1.8.1.5

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

end of thread, other threads:[~2013-06-09  3:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 14:39 [PATCH 1/5] ARM: dts: i.MX27: Add DMA devicetree node Alexander Shiyan
2013-06-08 14:39 ` [PATCH 2/5] ARM: dts: i.MX27: Add SDHC devicetree nodes Alexander Shiyan
2013-06-08 14:39 ` [PATCH 3/5] ARM: dts: imx27-phytec-phycore-rdk: Add SDHC support Alexander Shiyan
2013-06-08 14:39 ` [PATCH 4/5] ARM: dts: imx27-phytec-phycore-rdk: Add spidev node Alexander Shiyan
2013-06-08 17:08   ` Sascha Hauer
2013-06-08 17:20     ` Re[2]: " Alexander Shiyan
2013-06-08 17:57       ` Sascha Hauer
2013-06-08 14:39 ` [PATCH 5/5] ARM: dts: imx27-phytec-phycore-rdk: Add MTD name for NOR flash Alexander Shiyan
2013-06-08 17:09 ` [PATCH 1/5] ARM: dts: i.MX27: Add DMA devicetree node Sascha Hauer
2013-06-09  3:07   ` Shawn Guo

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