From 5e8a760e24d8325007caa4a54d7a4ff3cbb137fb Mon Sep 17 00:00:00 2001 From: "Pandita, Vikram" Date: Fri, 23 Nov 2007 13:12:29 -0800 Subject: [PATCH] ARM: OMAP: USB: Define OMAP34XX_HSUSB_OTG_BASE This patch: 1) Correctly defines the base address for HSUSB_OTG block (MUSB) Patch by Filipe had incorrect base address for 34xx 2) Includes the base addresses of: USBTLL and USBHOST present in 3430ES2.0 Signed-off-by: Vikram Pandita Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/omap34xx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/asm-arm/arch-omap/omap34xx.h b/include/asm-arm/arch-omap/omap34xx.h index 0265e3be26d..93275826d83 100644 --- a/include/asm-arm/arch-omap/omap34xx.h +++ b/include/asm-arm/arch-omap/omap34xx.h @@ -50,6 +50,9 @@ #define OMAP34XX_IC_BASE 0x48200000 #define OMAP34XX_IVA_INTC_BASE 0x40000000 +#define OMAP34XX_HSUSB_OTG_BASE (L4_34XX_BASE + 0xAB000) +#define OMAP34XX_HSUSB_HOST_BASE (L4_34XX_BASE + 0x64000) +#define OMAP34XX_USBTLL_BASE (L4_34XX_BASE + 0x62000) #define IRQ_SIR_IRQ 0x0040 -- 2.41.1