From 9c60c55be8341c791444891d7684a4361c307e6c Mon Sep 17 00:00:00 2001 From: Simon Schwarz Date: Wed, 28 Sep 2011 05:00:24 +0000 Subject: [PATCH] omap3: Add Base register for DMA Adding the base register address of OMAP3 DMA controller. Signed-off-by: Simon Schwarz Signed-off-by: Sandeep Paulraj --- arch/arm/include/asm/arch-omap3/omap3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h index c787408..02eb865 100644 --- a/arch/arm/include/asm/arch-omap3/omap3.h +++ b/arch/arm/include/asm/arch-omap3/omap3.h @@ -47,6 +47,9 @@ #define OMAP34XX_L4_PER 0x49000000 #define OMAP34XX_L4_IO_BASE OMAP34XX_CORE_L4_IO_BASE +/* DMA4/SDMA */ +#define OMAP34XX_DMA4_BASE 0x48056000 + /* CONTROL */ #define OMAP34XX_CTRL_BASE (OMAP34XX_L4_IO_BASE + 0x2000) -- 2.7.4