summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxehci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* While i.MX6Q and i.MX7D's USB controller nodes claim to be compatiblepatrick2020-04-271-2/+3
| | | | | | | | | to i.MX27, they actually need different bits to be set than the i.MX27. The i.MX8MM's node instead rightfully only claims to be compatible to i.MX7D, since it's the same implementation. Thus change imxehci(4) to also match the i.MX7D compatible. ok kettenis@
* Use the device tree properties to setup imxehci(4)'s USB non-corepatrick2020-04-271-11/+24
| | | | | | | instead of hardcoding the values. Tested on a Cubox-i by kettenis@ ok kettenis@
* Enable the power domain and set the assigned clocks on imxehci(4)'s USBpatrick2020-04-271-1/+5
| | | | | | controller and its nop-PHYs. This is needed on the i.MX8MM. ok kettenis@
* Move imxehci(4) to sys/dev/fdt.patrick2020-04-231-0/+395
ok kettenis@