The IMX8M Mini PCI controller shares much in common with the existing SoC's supported by the pci-imx6 driver. This series adds support for it. Driver changes came from the NXP downstream vendor kernel [1] This series depends on Lucas Stach's i.MX8MM GPC improvements and BLK_CTRL driver and is based on top of his v2 submission [2] The final patch adds PCIe support to the Tim [1] https://source.codeaurora.org/external/imx/linux-imx/ [2] https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=519251 Tim Harvey (6): dt-bindings: imx6q-pcie: add compatible for IMX8MM support dt-bindings: reset: imx8mq: add pcie reset PCI: imx6: add IMX8MM support reset: imx7: add resets for PCIe arm64: dts: imx8mm: add PCIe support arm64: dts: imx8mm: add gpc iomux compatible .../bindings/pci/fsl,imx6q-pcie.txt | 4 +- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 38 ++++++- drivers/pci/controller/dwc/pci-imx6.c | 103 +++++++++++++++++- drivers/reset/reset-imx7.c | 3 + include/dt-bindings/reset/imx8mq-reset.h | 3 +- 5 files changed, 147 insertions(+), 4 deletions(-) -- 2.17.1