Commit 1d99d491 authored by Sivaprakash Murugesan's avatar Sivaprakash Murugesan Committed by Vinod Koul
Browse files

phy: qcom-qusb2: Add ipq8074 device compatible

parent 507156f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -810,6 +810,9 @@ static const struct phy_ops qusb2_phy_gen_ops = {

static const struct of_device_id qusb2_phy_of_match_table[] = {
	{
		.compatible	= "qcom,ipq8074-qusb2-phy",
		.data		= &msm8996_phy_cfg,
	}, {
		.compatible	= "qcom,msm8996-qusb2-phy",
		.data		= &msm8996_phy_cfg,
	}, {