mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
arm: usb: dra7xx: xHCI registers based on USB port index
Modify the determination of the base address of xHCI registers of DRA7XX targets. Before the commit: by the target. After the commit: by the USB port index. Cc: Lokesh Vutla <lokeshvutla@ti.com> Cc: Marek Vasut <marex@denx.de> Cc: Roger Quadros <rogerq@ti.com> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Roger Quadros <rogerq@ti.com> Acked-by: Marek Vasut <marex@denx.de> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
@@ -10,14 +10,16 @@
|
||||
#ifndef _ASM_ARCH_XHCI_OMAP_H_
|
||||
#define _ASM_ARCH_XHCI_OMAP_H_
|
||||
|
||||
#ifdef CONFIG_TARGET_DRA7XX_EVM
|
||||
#ifdef CONFIG_DRA7XX
|
||||
#if CONFIG_USB_XHCI_DRA7XX_INDEX == 1
|
||||
#define OMAP_XHCI_BASE 0x488d0000
|
||||
#define OMAP_OCP1_SCP_BASE 0x4A081000
|
||||
#define OMAP_OTG_WRAPPER_BASE 0x488c0000
|
||||
#elif defined CONFIG_TARGET_AM57XX_EVM
|
||||
#elif CONFIG_USB_XHCI_DRA7XX_INDEX == 0
|
||||
#define OMAP_XHCI_BASE 0x48890000
|
||||
#define OMAP_OCP1_SCP_BASE 0x4A084c00
|
||||
#define OMAP_OTG_WRAPPER_BASE 0x48880000
|
||||
#endif /* CONFIG_USB_XHCI_DRA7XX_INDEX == 1 */
|
||||
#elif defined CONFIG_AM43XX
|
||||
#define OMAP_XHCI_BASE 0x483d0000
|
||||
#define OMAP_OCP1_SCP_BASE 0x483E8000
|
||||
|
Reference in New Issue
Block a user