From: Greg Ungerer <gerg@xxxxxxxxxxx> The Coldfire 532x and 537x CPU families also contain the ColdFire DMA Timer hardware unit. Add address definitions for it. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> --- arch/m68k/include/asm/m53xxsim.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/m68k/include/asm/m53xxsim.h b/arch/m68k/include/asm/m53xxsim.h index 5497216..cea69b1 100644 --- a/arch/m68k/include/asm/m53xxsim.h +++ b/arch/m68k/include/asm/m53xxsim.h @@ -116,12 +116,12 @@ #define MCFPIT_BASE4 0xFC08C000 /* Base address of TIMER4 */ /* - * Timer module. + * DMA Timer module. */ -#define MCFTIMER_BASE1 0xFC070000 /* Base address of TIMER1 */ -#define MCFTIMER_BASE2 0xFC074000 /* Base address of TIMER2 */ -#define MCFTIMER_BASE3 0xFC078000 /* Base address of TIMER3 */ -#define MCFTIMER_BASE4 0xFC07C000 /* Base address of TIMER4 */ +#define MCFDTIM_BASE0 0xFC070000 /* Base of DMA TIMER 0 */ +#define MCFDTIM_BASE1 0xFC074000 /* Base of DMA TIMER 1 */ +#define MCFDTIM_BASE2 0xFC078000 /* Base of DMA TIMER 2 */ +#define MCFDTIM_BASE3 0xFC07C000 /* Base of DMA TIMER 3 */ /********************************************************************* * -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html