Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: musb: jz4740: Don't disable external hubs

The jz4740-musb driver does not really support OTG, so it has no reason
to disable external hubs, especially since it's a system-wide setting
and we don't want external hubs to be disabled for other USB host
controllers.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20221026182657.146630-6-paul@crapouillou.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Paul Cercueil and committed by
Greg Kroah-Hartman
d9b32430 0afddf1e

-1
-1
drivers/usb/musb/Kconfig
··· 107 107 depends on OF 108 108 depends on MIPS || COMPILE_TEST 109 109 depends on USB_MUSB_GADGET 110 - depends on USB=n || USB_OTG_DISABLE_EXTERNAL_HUB 111 110 select USB_ROLE_SWITCH 112 111 113 112 config USB_MUSB_MEDIATEK