Message ID | 20250310110359.210990-1-krishna.kurapati@oss.qualcomm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v4] phy: qcom: qmp-usbc: Add qmp configuration for QCS615 | expand |
On Mon, 10 Mar 2025 16:33:59 +0530, Krishna Kurapati wrote: > Provide PHY configuration for the USB QMP PHY for QCS615 Platform. > > Applied, thanks! [1/1] phy: qcom: qmp-usbc: Add qmp configuration for QCS615 commit: e45cc62c23428eefbae18a9b4d88d10749741bdd Best regards,
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-usbc.c b/drivers/phy/qualcomm/phy-qcom-qmp-usbc.c index cf12a6f12134..5e7fcb26744a 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-usbc.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-usbc.c @@ -1124,6 +1124,9 @@ static const struct of_device_id qmp_usbc_of_match_table[] = { }, { .compatible = "qcom,qcm2290-qmp-usb3-phy", .data = &qcm2290_usb3phy_cfg, + }, { + .compatible = "qcom,qcs615-qmp-usb3-phy", + .data = &qcm2290_usb3phy_cfg, }, { .compatible = "qcom,sdm660-qmp-usb3-phy", .data = &sdm660_usb3phy_cfg,