CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/04/27 14:15:41
Modified files: sys/dev/fdt : imxehci.c Log message: While i.MX6Q and i.MX7D's USB controller nodes claim to be compatible 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@