Skip to content

Commit 4807ff7

Browse files
lumagvinodkoul
authored andcommitted
phy: qcom-qmp-pcie: support SM8150 PCIe QMP PHYs
Reuse sm8250 configuration to add support for both single lane and dual lane PCIe PHYs on the Qualcomm SM8150 platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230820142035.89903-8-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent bf46fa1 commit 4807ff7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-pcie.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3750,6 +3750,12 @@ static const struct of_device_id qmp_pcie_of_match_table[] = {
37503750
}, {
37513751
.compatible = "qcom,sdx65-qmp-gen4x2-pcie-phy",
37523752
.data = &sdx65_qmp_pciephy_cfg,
3753+
}, {
3754+
.compatible = "qcom,sm8150-qmp-gen3x1-pcie-phy",
3755+
.data = &sm8250_qmp_gen3x1_pciephy_cfg,
3756+
}, {
3757+
.compatible = "qcom,sm8150-qmp-gen3x2-pcie-phy",
3758+
.data = &sm8250_qmp_gen3x2_pciephy_cfg,
37533759
}, {
37543760
.compatible = "qcom,sm8250-qmp-gen3x1-pcie-phy",
37553761
.data = &sm8250_qmp_gen3x1_pciephy_cfg,

0 commit comments

Comments
 (0)