Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | While i.MX6Q and i.MX7D's USB controller nodes claim to be compatible | 2020-04-27 | 1 | -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-core | 2020-04-27 | 1 | -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 USB | 2020-04-27 | 1 | -1/+5 | |
| | | | | | | controller and its nop-PHYs. This is needed on the i.MX8MM. ok kettenis@ | ||||
* | Move imxehci(4) to sys/dev/fdt. | 2020-04-23 | 1 | -0/+395 | |
ok kettenis@ |