Commit b986b5e
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 4fccf8b commit b986b5e
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1377 | 1377 | | |
1378 | 1378 | | |
1379 | 1379 | | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
1380 | 1383 | | |
1381 | 1384 | | |
1382 | 1385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
0 commit comments