Commit b8ef065c authored by Varadarajan Narayanan's avatar Varadarajan Narayanan Committed by Vinod Koul
Browse files

phy: qcom: qmp: Enable IPQ5424 support

parent d70656ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2298,6 +2298,9 @@ static int qmp_usb_probe(struct platform_device *pdev)

static const struct of_device_id qmp_usb_of_match_table[] = {
	{
		.compatible = "qcom,ipq5424-qmp-usb3-phy",
		.data = &ipq9574_usb3phy_cfg,
	}, {
		.compatible = "qcom,ipq6018-qmp-usb3-phy",
		.data = &ipq6018_usb3phy_cfg,
	}, {