From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Wed, 28 Sep 2011 17:00:24 +0200 Subject: [U-Boot] [PATCH 1/4] omap3: Add Base register for DMA In-Reply-To: <1317222027-4537-1-git-send-email-simonschwarzcor@gmail.com> References: <1317222027-4537-1-git-send-email-simonschwarzcor@gmail.com> Message-ID: <1317222027-4537-2-git-send-email-simonschwarzcor@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Adding the base register address of OMAP3 DMA controller. Signed-off-by: Simon Schwarz --- arch/arm/include/asm/arch-omap3/omap3.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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) -- 1.7.4.1