summaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/mcfdma.h
diff options
context:
space:
mode:
authorGreg Ungerer2005-09-12 03:18:10 +0200
committerLinus Torvalds2005-09-12 05:43:46 +0200
commit966cdb2fdf1776392c98f7d38e0eb9c6dd1c4715 (patch)
treeb0dd1c5bbe4e8168b81be1bc8b634b8169fdb410 /include/asm-m68knommu/mcfdma.h
parent[PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driver (diff)
downloadkernel-qcow2-linux-966cdb2fdf1776392c98f7d38e0eb9c6dd1c4715.tar.gz
kernel-qcow2-linux-966cdb2fdf1776392c98f7d38e0eb9c6dd1c4715.tar.xz
kernel-qcow2-linux-966cdb2fdf1776392c98f7d38e0eb9c6dd1c4715.zip
[PATCH] m68knommu: dma support for 523x processors
Support the DMA unit of the ColdFire 523x processor family. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68knommu/mcfdma.h')
-rw-r--r--include/asm-m68knommu/mcfdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/mcfdma.h b/include/asm-m68knommu/mcfdma.h
index 350c6090b5c1..b93f8ba8a248 100644
--- a/include/asm-m68knommu/mcfdma.h
+++ b/include/asm-m68knommu/mcfdma.h
@@ -21,7 +21,7 @@
#define MCFDMA_BASE1 0x240 /* Base address of DMA 1 */
#elif defined(CONFIG_M5272)
#define MCFDMA_BASE0 0x0e0 /* Base address of DMA 0 */
-#elif defined(CONFIG_M527x) || defined(CONFIG_M528x)
+#elif defined(CONFIG_M523x) || defined(CONFIG_M527x) || defined(CONFIG_M528x)
/* These are relative to the IPSBAR, not MBAR */
#define MCFDMA_BASE0 0x100 /* Base address of DMA 0 */
#define MCFDMA_BASE1 0x140 /* Base address of DMA 1 */