Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb25603 authored by Neil Zhang's avatar Neil Zhang Committed by Greg Kroah-Hartman
Browse files

USB: OTG should be linked before Host



For OTG controller, the host driver will call function
otg_get_transceiver to get the otg transceiver, so we need to init the
OTG driver before HOST.

Signed-off-by: default avatarNeil Zhang <zhangwm@marvell.com>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c515598e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@

obj-$(CONFIG_USB)		+= core/

obj-$(CONFIG_USB_OTG_UTILS)	+= otg/

obj-$(CONFIG_USB_DWC3)		+= dwc3/

obj-$(CONFIG_USB_MON)		+= mon/
@@ -51,7 +53,6 @@ obj-$(CONFIG_USB_SPEEDTOUCH) += atm/

obj-$(CONFIG_USB_MUSB_HDRC)	+= musb/
obj-$(CONFIG_USB_RENESAS_USBHS)	+= renesas_usbhs/
obj-$(CONFIG_USB_OTG_UTILS)	+= otg/
obj-$(CONFIG_USB_GADGET)	+= gadget/

obj-$(CONFIG_USB_COMMON)	+= usb-common.o