[PATCH 0/4] arm64: dts: qcom: Add PCIe Support for sm8750

Krishna Chaitanya Chundru posted 4 patches 1 month, 3 weeks ago
There is a newer version of this series
.../devicetree/bindings/pci/qcom,pcie-sm8550.yaml  |   1 +
.../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml   |   2 +
arch/arm64/boot/dts/qcom/sm8750.dtsi               | 174 ++++++++++++++++++++-
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c           | 149 ++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v7.h         |   2 +
.../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v7.h    |   4 +-
6 files changed, 330 insertions(+), 2 deletions(-)
[PATCH 0/4] arm64: dts: qcom: Add PCIe Support for sm8750
Posted by Krishna Chaitanya Chundru 1 month, 3 weeks ago
Describe PCIe controller and PHY. Also add required system resources like
regulators, clocks, interrupts and registers configuration for PCIe.

Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
---
Krishna Chaitanya Chundru (4):
      dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the SM8750 QMP PCIe PHY Gen3 x2
      phy: qcom-qmp-pcie: add dual lane PHY support for SM8750
      dt-bindings: PCI: qcom,pcie-sm8550: Add SM8750 compatible
      arm64: dts: qcom: sm8750: Add PCIe PHY and controller node

 .../devicetree/bindings/pci/qcom,pcie-sm8550.yaml  |   1 +
 .../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml   |   2 +
 arch/arm64/boot/dts/qcom/sm8750.dtsi               | 174 ++++++++++++++++++++-
 drivers/phy/qualcomm/phy-qcom-qmp-pcie.c           | 149 ++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v7.h         |   2 +
 .../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v7.h    |   4 +-
 6 files changed, 330 insertions(+), 2 deletions(-)
---
base-commit: 37816488247ddddbc3de113c78c83572274b1e2e
change-id: 20250809-pakala-25a7c1ddba85

Best regards,
-- 
Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
Re: (subset) [PATCH 0/4] arm64: dts: qcom: Add PCIe Support for sm8750
Posted by Vinod Koul 1 month, 2 weeks ago
On Sat, 09 Aug 2025 15:29:15 +0530, Krishna Chaitanya Chundru wrote:
> Describe PCIe controller and PHY. Also add required system resources like
> regulators, clocks, interrupts and registers configuration for PCIe.
> 
> 

Applied, thanks!

[1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the SM8750 QMP PCIe PHY Gen3 x2
      commit: edafd4f3fd52a614c5cee2684559367eac2286dc
[2/4] phy: qcom-qmp-pcie: add dual lane PHY support for SM8750
      commit: 0f051749c804b5a4f485013c0e3c932e1dd9f70b

Best regards,
-- 
~Vinod