[U-Boot] [PATCH v2 04/18] usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
Simon Glass
sjg at chromium.org
Sat May 18 16:08:24 UTC 2019
On Mon, 13 May 2019 at 08:30, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>
> 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 at ti.com>
> ---
>
> Changes in v2: None
>
> drivers/usb/dwc3/dwc3-generic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list