CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/03/20 03:16:42
Modified files: sys/dev/fdt : imxesdhc.c Log message: Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, and thus also use the same compatible. So replace the i.MX8MQ check with one for the i.MX7D to catch them all. ok kettenis@