Commit b8663f5
usb: dwc2: defer probe in case of core reset failure
Normally the core reset can take several clocks, depending on the current
state of the core. After this bit is cleared, the application must wait at
least 3 PHY clocks before doing any access to the PHY domain
(synchronization delay).
But on STM32MP15, after the 10ms delay, the bit is still not cleared. The
reason is not known right now, so, the proposal is to defer probe when the
issue occurs.
Change-Id: I6bb7624f649bdf5fd5663311fd25e3f1af518946
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/168068
Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: Fabrice GASNIER <fabrice.gasnier@st.com>1 parent 5742265 commit b8663f5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
454 | 456 | | |
| 457 | + | |
455 | 458 | | |
456 | 459 | | |
457 | 460 | | |
| |||
0 commit comments