When configuring the USB3 phy, try the OFW PHY API first, and if there's
authorpatrick <patrick@openbsd.org>
Tue, 29 Jun 2021 12:46:36 +0000 (12:46 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 29 Jun 2021 12:46:36 +0000 (12:46 +0000)
commit953b63135b62637cfd0b2d30fdcc0cb750699406
treebddcc5fa2a1c225b3851c6db0910938ca892a579
parent6ab14ea878d4af5dd30f86d4214c74112de8f3b8
When configuring the USB3 phy, try the OFW PHY API first, and if there's
no matching device, fall back to xhci(4)'s PHY configuration code.

ok kettenis@
sys/dev/fdt/xhci_fdt.c