[PATCH 0/2] phy: qcom-qmp: Add SM8450 PCIe1 PHY support

Dmitry Baryshkov posted 2 patches 4 years, 6 months ago
.../devicetree/bindings/phy/qcom,qmp-phy.yaml      |   2 +
drivers/phy/qualcomm/phy-qcom-qmp.c                | 153 +++++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.h                |  70 ++++++++++
3 files changed, 225 insertions(+)
[PATCH 0/2] phy: qcom-qmp: Add SM8450 PCIe1 PHY support
Posted by Dmitry Baryshkov 4 years, 6 months ago
There are two different PCIe PHYs on SM8450, one having one lane (v5)
and another with two lanes (v5.20). This series adds support for the
second PCIe phy.

Prerequisites: SM8450 PCIe0 PHY support (accepted by Vinod)

----------------------------------------------------------------
Dmitry Baryshkov (2):
      dt-bindings: phy: qcom,qmp: Add SM8450 PCIe PHY bindings
      phy: qcom-qmp: Add SM8450 PCIe1 PHY support

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml      |   2 +
 drivers/phy/qualcomm/phy-qcom-qmp.c                | 153 +++++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp.h                |  70 ++++++++++
 3 files changed, 225 insertions(+)


Re: [PATCH 0/2] phy: qcom-qmp: Add SM8450 PCIe1 PHY support
Posted by Vinod Koul 4 years, 6 months ago
On 18-12-21, 17:17, Dmitry Baryshkov wrote:
> There are two different PCIe PHYs on SM8450, one having one lane (v5)
> and another with two lanes (v5.20). This series adds support for the
> second PCIe phy.

Applied, thanks

-- 
~Vinod