The MT8196 is an ARM platform SoC that has the same PCIe IP as the MT8195. It has 6 clocks like MT8195, but 2 of them are different, also it requires additional settings in the pextpcfg registers, hence that introduce pextpcfg in PCIe driver for these settings. Jianjun Wang (5): dt-bindings: PCI: mediatek-gen3: Add MT8196 support PCI: mediatek-gen3: Add MT8196 support PCI: mediatek-gen3: Disable ASPM L0s PCI: mediatek-gen3: Don't reply AXI slave error PCI: mediatek-gen3: Keep PCIe power and clocks if suspend-to-idle .../bindings/pci/mediatek-pcie-gen3.yaml | 29 ++++ drivers/pci/controller/pcie-mediatek-gen3.c | 129 ++++++++++++++++++ 2 files changed, 158 insertions(+) -- 2.46.0