Only lx2160 rev1 use mobivel PCIe controller. Rev2 switch to use designware PCIe controller. Rev2 is mass production version. Rev1 will not be maintained and used in future. And no road map to use mobivel PCIe controller. So drop related codes. To: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> To: Lorenzo Pieralisi <lpieralisi@xxxxxxxxxx> To: Krzysztof Wilczyński <kw@xxxxxxxxx> To: Rob Herring <robh@xxxxxxxxxx> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> To: Conor Dooley <conor+dt@xxxxxxxxxx> To: Zhiqiang.Hou@xxxxxxx Cc: linux-pci@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: imx@xxxxxxxxxxxxxxx Signed-off-by: Frank Li <Frank.Li@xxxxxxx> --- Frank Li (4): dt-bindings: PCI: layerscape-pci: drop compatible string fsl,lx2160a-pcie dt-bindings: PCI: drop layerscape-pcie-gen4.txt PCI: mobiveil: Drop layerscape-gen4 support MAINTAINERS: drop NXP LAYERSCAPE GEN4 CONTROLLER .../bindings/pci/fsl,layerscape-pcie.yaml | 1 - .../bindings/pci/layerscape-pcie-gen4.txt | 52 ----- MAINTAINERS | 8 - drivers/pci/controller/mobiveil/Kconfig | 9 - drivers/pci/controller/mobiveil/Makefile | 1 - .../pci/controller/mobiveil/pcie-layerscape-gen4.c | 255 --------------------- 6 files changed, 326 deletions(-) --- base-commit: 1e391b34f6aa043c7afa40a2103163a0ef06d179 change-id: 20240808-mobivel_cleanup-8a790adcd96a Best regards, --- Frank Li <Frank.Li@xxxxxxx>