[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231003120846.28626-1-quic_nsekar@quicinc.com>
Date: Tue, 3 Oct 2023 17:38:40 +0530
From: Nitheesh Sekar <quic_nsekar@...cinc.com>
To: <agross@...nel.org>, <andersson@...nel.org>,
<konrad.dybcio@...aro.org>, <lpieralisi@...nel.org>,
<kw@...ux.com>, <robh@...nel.org>, <bhelgaas@...gle.com>,
<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
<vkoul@...nel.org>, <kishon@...nel.org>, <mani@...nel.org>,
<p.zabel@...gutronix.de>, <quic_nsekar@...cinc.com>,
<quic_srichara@...cinc.com>, <quic_varada@...cinc.com>,
<quic_ipkumar@...cinc.com>, <linux-arm-msm@...r.kernel.org>,
<linux-pci@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-phy@...ts.infradead.org>
Subject: [PATCH 0/6] Enable IPQ5018 PCI support
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
Powered by blists - more mailing lists