[PATCH 0/6] Enable IPQ5018 PCI support

From: Nitheesh Sekar
Date: Tue Oct 03 2023 - 08:10:09 EST


This patch series adds the relevant phy and controller
DT configurations for enabling PCI gen2 support
on IPQ5018.

Nitheesh Sekar (6):
dt-bindings: phy: qcom,uniphy-pcie: Document PCIe uniphy
dt-bindings: PCI: qcom: Add IPQ5108 SoC
phy: qcom: Introduce PCIe UNIPHY 28LP driver
PCI: qcom: Add support for IPQ5018
arm64: dts: qcom: ipq5018: Add PCIe related nodes
arm64: dts: qcom: ipq5018: Enable PCIe

.../devicetree/bindings/pci/qcom,pcie.yaml | 36 ++
.../bindings/phy/qcom,uniphy-pcie-28lp.yaml | 77 ++++
.../arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 9 +
arch/arm64/boot/dts/qcom/ipq5018.dtsi | 186 +++++++++-
drivers/pci/controller/dwc/pcie-qcom.c | 22 +-
drivers/phy/qualcomm/Kconfig | 12 +
drivers/phy/qualcomm/Makefile | 1 +
.../phy/qualcomm/phy-qcom-uniphy-pcie-28lp.c | 336 ++++++++++++++++++
8 files changed, 663 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/qcom,uniphy-pcie-28lp.yaml
create mode 100644 drivers/phy/qualcomm/phy-qcom-uniphy-pcie-28lp.c

--
2.17.1