CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/04/26 09:03:04
Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : imxpciephy.c Log message: Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, which is also implemented on the i.MX8MM. So far this driver is a glorified regmap provider, which will be used by dwpcie(4). ok kettenis@