commit | b49b5c2f4caab297d3342dc3b197c488a486e79a | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Jul 05 09:33:58 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 05 14:19:41 2019 +0200 |
tree | 472d88736a02bef35b601e1af53a3b9ed4124ecc | |
parent | db97c7f01bb2a53d5d14efdb3608cb00a5b470ec [diff] |
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>