commit | f3bc736e41bd9f3dd4aafe564eb8df9c279b09c4 | [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 | 245847f06570a74ecff59809a2befc1dce7a354e [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>