Newer i.MX device trees retriee the USB phy using the more generic property
authorpatrick <patrick@openbsd.org>
Fri, 5 Nov 2021 09:36:30 +0000 (09:36 +0000)
committerpatrick <patrick@openbsd.org>
Fri, 5 Nov 2021 09:36:30 +0000 (09:36 +0000)
commit89fbac9fa276aa290c1317c0f6a891ce907711e5
tree53ed8043a0f9dd99378dd186d3da90e65925832c
parentbfaf3eaabd974e3d259cb27dbc4cd0b0ec02ce78
Newer i.MX device trees retriee the USB phy using the more generic property
name "phys". To handle those, make sure that we look it up and in case it's
not there fall back to "fsl,usbphy".

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