linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: imx6q: add DT node for apbh-dma
@ 2012-05-24 10:50 Huang Shijie
  2012-05-24 10:50 ` [PATCH 2/5] ARM: imx6q: add clock " Huang Shijie
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Huang Shijie @ 2012-05-24 10:50 UTC (permalink / raw)
  To: linux-arm-kernel

add DT node for apbh-dma.

Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 arch/arm/boot/dts/imx6q.dtsi |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
index 8c90cba..cccac33 100644
--- a/arch/arm/boot/dts/imx6q.dtsi
+++ b/arch/arm/boot/dts/imx6q.dtsi
@@ -87,6 +87,11 @@
 		interrupt-parent = <&intc>;
 		ranges;
 
+		dma-apbh at 00110000 {
+			compatible = "fsl,imx6q-dma-apbh";
+			reg = <0x00110000 0x2000>;
+		};
+
 		timer at 00a00600 {
 			compatible = "arm,cortex-a9-twd-timer";
 			reg = <0x00a00600 0x20>;
-- 
1.7.0.4

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

end of thread, other threads:[~2012-05-25 15:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 10:50 [PATCH 1/5] ARM: imx6q: add DT node for apbh-dma Huang Shijie
2012-05-24 10:50 ` [PATCH 2/5] ARM: imx6q: add clock " Huang Shijie
2012-05-24 17:30   ` Sascha Hauer
2012-05-25  2:07     ` Huang Shijie
2012-05-25  2:41       ` Shawn Guo
2012-05-25  6:47       ` Sascha Hauer
2012-05-24 10:50 ` [PATCH 3/5] dma: mxs-dma: enable apbh-dma for imx6q Huang Shijie
2012-05-25  2:36   ` Shawn Guo
2012-05-24 10:50 ` [PATCH 4/5] ARM: imx6q: add DT node for gpmi-nand Huang Shijie
2012-05-25  2:50   ` Shawn Guo
2012-05-24 10:50 ` [PATCH 5/5] ARM: imx6q: add clocks " Huang Shijie
2012-05-25  2:31 ` [PATCH 1/5] ARM: imx6q: add DT node for apbh-dma Shawn Guo
2012-05-25 15:09   ` Huang Shijie

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