summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5/omap.h
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2015-08-19 14:13:19 +0530
committerTom Rini <trini@konsulko.com>2015-08-28 12:33:20 -0400
commit7c379aaa0315eaaba7be959d0dc096e182bcee43 (patch)
treeb74749a0a99b5352693c1f58b8216d344e6b2b9c /arch/arm/include/asm/arch-omap5/omap.h
parentbf0385d7f06ef8781d3bb9b645dcd9c25d212fde (diff)
downloadtalos-obmc-uboot-7c379aaa0315eaaba7be959d0dc096e182bcee43.tar.gz
talos-obmc-uboot-7c379aaa0315eaaba7be959d0dc096e182bcee43.zip
board: ti: beagle_x15: added USB initializtion code
Implemented board_usb_init(), board_usb_cleanup() and usb_gadget_handle_interrupts() in beagle_x15 board file that can be invoked by various gadget drivers. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/omap.h')
-rw-r--r--arch/arm/include/asm/arch-omap5/omap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h
index c3296412ad..0420a5edd5 100644
--- a/arch/arm/include/asm/arch-omap5/omap.h
+++ b/arch/arm/include/asm/arch-omap5/omap.h
@@ -33,7 +33,7 @@
#define CONTROL_ID_CODE CONTROL_CORE_ID_CODE
#endif
-#ifdef CONFIG_DRA7XX
+#if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
#define DRA7_USB_OTG_SS1_BASE 0x48890000
#define DRA7_USB_OTG_SS1_GLUE_BASE 0x48880000
#define DRA7_USB3_PHY1_PLL_CTRL 0x4A084C00
OpenPOWER on IntegriCloud