]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: musb-new: Add glue driver for ST-Ericsson Ux500
authorStephan Gerhold <stephan@gerhold.net>
Thu, 8 Jul 2021 18:33:50 +0000 (20:33 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:48:16 +0000 (16:48 -0400)
commit845d9cf61c3a319fed0069c36f402e74a61ceb8c
tree48ac04976fdc068a5f6aea009a153feb9dde34ff
parent4559df9e8160ae1b78bbfe2e90cda574ffa08317
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>
drivers/usb/musb-new/Kconfig
drivers/usb/musb-new/Makefile
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/ux500.c [new file with mode: 0644]