CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/04/26 09:17:22
Modified files: sys/dev/fdt : dwpcie.c Log message: Add i.MX8MM support to dwpcie(4). This re-uses the existing code for i.MX8MQ support, but adds some PHY initialization via the imxpciephy(4) regmap and needs a few other bit-settings in the IOMUXC GPR for selecting the ref clock. ok kettenis@