diff options
author | Kishon Vijay Abraham I | 2015-08-19 14:13:19 +0530 |
---|---|---|
committer | Tom Rini | 2015-08-28 12:33:20 -0400 |
commit | 7c379aaa0315eaaba7be959d0dc096e182bcee43 (patch) | |
tree | b74749a0a99b5352693c1f58b8216d344e6b2b9c /arch | |
parent | bf0385d7f06ef8781d3bb9b645dcd9c25d212fde (diff) |
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')
-rw-r--r-- | arch/arm/include/asm/arch-omap5/omap.h | 2 |
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 c3296412ade..0420a5edd52 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 |