[PATCH v3 0/4] PCI: mediatek: add support AN7583 + YAML rework
Christian Marangi
ansuelsmth at gmail.com
Thu Sep 25 09:23:14 PDT 2025
This little series convert the PCIe GEN2 Documentation to YAML schema
and adds support for Airoha AN7583 GEN2 PCIe Controller.
Changes v3:
- Rework patch 1 to drop syscon compatible
Changes v2:
- Add cover letter
- Describe skip_pcie_rstb variable
- Fix hifsys schema (missing syscon)
- Address comments on the YAML schema for PCIe GEN2
- Keep alphabetical order for AN7583
Christian Marangi (4):
ARM: dts: mediatek: drop wrong syscon hifsys compatible for
MT2701/7623
dt-bindings: PCI: mediatek: Convert to YAML schema
dt-bindings: PCI: mediatek: Add support for Airoha AN7583
PCI: mediatek: add support for Airoha AN7583 SoC
.../bindings/pci/mediatek-pcie-mt7623.yaml | 173 ++++++
.../devicetree/bindings/pci/mediatek-pcie.txt | 289 ----------
.../bindings/pci/mediatek-pcie.yaml | 514 ++++++++++++++++++
arch/arm/boot/dts/mediatek/mt2701.dtsi | 2 +-
arch/arm/boot/dts/mediatek/mt7623.dtsi | 3 +-
drivers/pci/controller/pcie-mediatek.c | 85 ++-
6 files changed, 752 insertions(+), 314 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pci/mediatek-pcie-mt7623.yaml
delete mode 100644 Documentation/devicetree/bindings/pci/mediatek-pcie.txt
create mode 100644 Documentation/devicetree/bindings/pci/mediatek-pcie.yaml
--
2.51.0
More information about the linux-arm-kernel
mailing list