usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 28 Apr 2020 11:49:50 +0000 (13:49 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 28 Apr 2020 11:52:52 +0000 (13:52 +0200)
commitf3bc736e41bd9f3dd4aafe564eb8df9c279b09c4
treed72d1271c97422168e123d2f0f3ca16c6ae067b1
parent245847f06570a74ecff59809a2befc1dce7a354e
usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC

dwc3-sti-glue 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: Patrice Chotard <patrice.chotard@st.com>
drivers/usb/host/dwc3-sti-glue.c