mbox series

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

Message ID 20211218141754.503661-1-dmitry.baryshkov@linaro.org
Headers show
Series phy: qcom-qmp: Add SM8450 PCIe1 PHY support | expand

Message

Dmitry Baryshkov Dec. 18, 2021, 2:17 p.m. UTC
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(+)

Comments

Vinod Koul Dec. 23, 2021, 11:32 a.m. UTC | #1
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