Commit 5e8a760e authored by Pandita, Vikram's avatar Pandita, Vikram Committed by Tony Lindgren

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: default avatarVikram Pandita <vikram.pandita@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 38e55f4c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment