Skip to content

Commit b8ef065

Browse files
quic-varadavinodkoul
authored andcommitted
phy: qcom: qmp: Enable IPQ5424 support
Enable QMP USB3 phy support for IPQ5424 SoC. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20241118052839.382431-5-quic_varada@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent d70656a commit b8ef065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,9 @@ static int qmp_usb_probe(struct platform_device *pdev)
22982298

22992299
static const struct of_device_id qmp_usb_of_match_table[] = {
23002300
{
2301+
.compatible = "qcom,ipq5424-qmp-usb3-phy",
2302+
.data = &ipq9574_usb3phy_cfg,
2303+
}, {
23012304
.compatible = "qcom,ipq6018-qmp-usb3-phy",
23022305
.data = &ipq6018_usb3phy_cfg,
23032306
}, {

0 commit comments

Comments
 (0)