summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxpciephy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add imxpciephy(4), a driver for the i.MX7D's PCIe PHY, whichpatrick2020-04-261-0/+80
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@