commit | 190ee83735fb66637d545eb34038e985a4890b73 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Apr 28 13:49:50 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Apr 28 13:52:52 2020 +0200 |
tree | d72d1271c97422168e123d2f0f3ca16c6ae067b1 | |
parent | ce17fe13830b1a5081479b88deb92fc87b34e62a [diff] |
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>