Skip to content

Commit

Permalink
MX2: Add DMA support for mx2 and (eventually) mx1
Browse files Browse the repository at this point in the history
This patch adds DMA support for Freescale i.MX27 SoCs. It is derived
from the i.MX1 port and should (though currently untested) still be
working for the i.MX1.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Sep 9, 2008
1 parent b72f92f commit 58a85f4
Show file tree
Hide file tree
Showing 3 changed files with 930 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-mxc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Common support
obj-y := irq.o clock.o gpio.o time.o devices.o

obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o
obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o
Loading

0 comments on commit 58a85f4

Please sign in to comment.