Re: [U-Boot] [PATCH] drivers: usb: dwc3: setup phy before dwc3 core soft reset

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:45 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Phy setup should be done before dwc3 soft core reset as it is done > in linux & this fixes unreliable detection of usb cable on host side. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Siva Durga Prasad

[U-Boot] [PATCH] drivers: usb: dwc3: setup phy before dwc3 core soft reset

2019-09-11 Thread Michal Simek
From: T Karthik Reddy Phy setup should be done before dwc3 soft core reset as it is done in linux & this fixes unreliable detection of usb cable on host side. Signed-off-by: T Karthik Reddy Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/usb/dwc3/core.c |