[PATCH v2 0/2] Add support for PCIe PHY in SDX65

From: Rohit Agarwal
Date: Wed Mar 08 2023 - 08:57:15 EST


Hi,

Changes in v2:
- Addressing Dmitry's comments and adjusting according to new bindings.
- Rebased on top of 6.3-rc1.

This series adds support for PCIe PHY found in Qualcomm SDX65 platform.
The PHY version is v5.20 which has different register offsets compared with
previous v5.0x and v4.0x versions. So separate defines are introducted to
handle the differences.

Thanks,
Rohit.

Rohit Agarwal (2):
dt-bindings: phy: qcom,qmp: Add SDX65 QMP PHY binding
phy: qcom-qmp: Add support for SDX65 QMP PCIe PHY

.../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml | 1 +
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 165 +++++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v5_20.h | 3 +
drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h | 1 +
.../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_20.h | 24 +++
5 files changed, 194 insertions(+)

--
2.7.4