Hi, This series adds support for PCIe PHY found in Qualcomm SDX55 platform. The PHY version is v4.20 which has different register offsets compared with previous v4.0x versions. So separate defines are introducted to handle the differences. This series has been tested on Telit FN980 EVB with an out of tree PCIe Endpoint driver. Thanks, Mani Manivannan Sadhasivam (3): dt-bindings: phy: qcom,qmp: Add binding for SDX55 PCIe PHY phy: qcom-qmp: Use phy_status field for the status bit offset phy: qcom-qmp: Add support for SDX55 QMP PCIe PHY .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 + drivers/phy/qualcomm/phy-qcom-qmp.c | 160 +++++++++++++++++- drivers/phy/qualcomm/phy-qcom-qmp.h | 64 ++++++- 3 files changed, 224 insertions(+), 2 deletions(-) -- 2.25.1