aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/m523xsim.h
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-05 09:54:36 -0500
committerGreg Ungerer <gerg@uclinux.org>2011-03-15 07:01:54 -0400
commitbabc08b7e953cd23e10d175d546309dedadaabea (patch)
treec07f8453f667c6f83770048d06523f8ef9a9205b /arch/m68k/include/asm/m523xsim.h
parenta0ba4332a2cb110d6ef7695e64887396ab7d09d6 (diff)
m68knommu: move ColdFire DMA register addresses to per-cpu headers
The base addresses of the ColdFire DMA unit registers belong with all the other address definitions in the per-cpu headers. The current definitions assume they are relative to an MBAR register. Not all ColdFire CPUs have an MBAR register. A clean address define can only be acheived in the per-cpu headers along with all the other chips peripheral base addresses. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/m523xsim.h')
-rw-r--r--arch/m68k/include/asm/m523xsim.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h
index 6e5c17a4bcb..89067bd0415 100644
--- a/arch/m68k/include/asm/m523xsim.h
+++ b/arch/m68k/include/asm/m523xsim.h
@@ -160,5 +160,14 @@
160*/ 160*/
161#define MCFGPIO_PAR_QSPI (MCF_IPSBAR + 0x10004A) 161#define MCFGPIO_PAR_QSPI (MCF_IPSBAR + 0x10004A)
162#define MCFGPIO_PAR_TIMER (MCF_IPSBAR + 0x10004C) 162#define MCFGPIO_PAR_TIMER (MCF_IPSBAR + 0x10004C)
163
164/*
165 * DMA unit base addresses.
166 */
167#define MCFDMA_BASE0 (MCF_IPSBAR + 0x100)
168#define MCFDMA_BASE1 (MCF_IPSBAR + 0x140)
169#define MCFDMA_BASE2 (MCF_IPSBAR + 0x180)
170#define MCFDMA_BASE3 (MCF_IPSBAR + 0x1C0)
171
163/****************************************************************************/ 172/****************************************************************************/
164#endif /* m523xsim_h */ 173#endif /* m523xsim_h */