aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/Makefile
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2021-07-08 20:33:50 +0200
committerTom Rini <trini@konsulko.com>2021-07-14 16:48:16 -0400
commit845d9cf61c3a319fed0069c36f402e74a61ceb8c (patch)
tree48ac04976fdc068a5f6aea009a153feb9dde34ff /drivers/usb/musb-new/Makefile
parent4559df9e8160ae1b78bbfe2e90cda574ffa08317 (diff)
downloadu-boot-845d9cf61c3a319fed0069c36f402e74a61ceb8c.zip
u-boot-845d9cf61c3a319fed0069c36f402e74a61ceb8c.tar.gz
u-boot-845d9cf61c3a319fed0069c36f402e74a61ceb8c.tar.bz2
usb: musb-new: Add glue driver for ST-Ericsson Ux500
The ST-Ericsson DB8500 SoC contains a MUSB OTG controller which supports both host and gadget mode. For some reason there is nothing special about it - add a simple glue driver for Ux500 that literally just sets up MUSB together with a generic PHY. There are no SoC-specific registers etc needed to make USB work. The new Ux500 glue driver is only tested to work with DM_USB and DM_USB_GADGET. Both host and gadget mode work fine on the u8500 "stemmy" board that is already present in U-Boot. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Diffstat (limited to 'drivers/usb/musb-new/Makefile')
-rw-r--r--drivers/usb/musb-new/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Makefile b/drivers/usb/musb-new/Makefile
index 6355eb1..396ff02 100644
--- a/drivers/usb/musb-new/Makefile
+++ b/drivers/usb/musb-new/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
obj-$(CONFIG_USB_MUSB_PIC32) += pic32.o
obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
obj-$(CONFIG_USB_MUSB_TI) += ti-musb.o
+obj-$(CONFIG_USB_MUSB_UX500) += ux500.o
ccflags-y := $(call cc-option,-Wno-unused-variable) \
$(call cc-option,-Wno-unused-but-set-variable) \