Re: [PATCH] usb: dwc3: don't reset device side if dwc3 was configured as host-only

From: Lu jicong
Date: Sat Sep 30 2023 - 03:47:41 EST


It seems that this patch causes driver failed to initialize on rockchip rk3399 devices
when DWC3 controller is configured as dual role.

[ 2.827119] dwc3 fe900000.usb: error -ETIMEDOUT: failed to initialize core
[ 2.827881] dwc3: probe of fe900000.usb failed with error -110

After some tests I am preliminarily certain that this patch caused the failure.