diff options
author | Jean-Jacques Hiblot | 2018-11-29 10:57:44 +0100 |
---|---|---|
committer | Marek Vasut | 2018-12-07 16:31:46 +0100 |
commit | b491afa0f3c0df88027b08f18934cc034c40d659 (patch) | |
tree | eb0fee4161ea54b1ef63882be28bfd44805a01f3 /board/ti | |
parent | d0af9eb501ff5fe3d3b1b8f0ce0ebe5529aa3837 (diff) |
configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/dra7xx/evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c index b46bda25790..0ddca29ae60 100644 --- a/board/ti/dra7xx/evm.c +++ b/board/ti/dra7xx/evm.c @@ -915,7 +915,7 @@ const struct mmc_platform_fixups *platform_fixups_mmc(uint32_t addr) } #endif -#ifdef CONFIG_USB_DWC3 +#if defined(CONFIG_USB_DWC3) && !CONFIG_IS_ENABLED(DM_USB) static struct dwc3_device usb_otg_ss1 = { .maximum_speed = USB_SPEED_SUPER, .base = DRA7_USB_OTG_SS1_BASE, |