Commit 02991ac
committed
usb: dwc3: core: Allow phy suspend during init for role_switch_reset_quirk
Disabling phy suspend during init breaks USB3 on Apple silicon systems.
The pipehandler lock in atc-phy will not be acked breaking USB3 but not
always USB2 and produces following log message
| phy-apple-atc b03000000.phy: pipehandler lock not acked, this type-c port is probably dead until the next reboot.
Fixes: 6d73572 ("usb: dwc3: core: Prevent phy suspend during init")
Signed-off-by: Janne Grunau <j@jannau.net>1 parent 7c462a3 commit 02991ac
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1394 | 1394 | | |
1395 | 1395 | | |
1396 | 1396 | | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1397 | 1400 | | |
1398 | 1401 | | |
1399 | 1402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
0 commit comments