usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 5 Jul 2019 07:33:58 +0000 (09:33 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 5 Jul 2019 12:19:41 +0000 (14:19 +0200)
commit3b83829ed63fabe460592395571c1d8fd9b861c8
tree472d88736a02bef35b601e1af53a3b9ed4124ecc
parent07e33711fec4f1106f36805b5dc830da07c783c5
usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue

dwc3-generic has been broken since MISC uclass has been modified to scan DT
sub-nodes after bind.
Fixing it by a using the no-op uclass.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/usb/dwc3/dwc3-generic.c