Message ID | deec105e1e5149682ea1d0b6476a1ac154bb9ee2.1680688209.git.quic_varada@quicinc.com |
---|---|
State | Accepted |
Commit | 5eaba7b5de931afb829e47221a218ffcfcc143c1 |
Headers | show |
Series | [v7,1/8] dt-bindings: phy: qcom,qusb2: Document IPQ9574 compatible | expand |
diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/drivers/phy/qualcomm/phy-qcom-qusb2.c index 2ef638b..bec6e40 100644 --- a/drivers/phy/qualcomm/phy-qcom-qusb2.c +++ b/drivers/phy/qualcomm/phy-qcom-qusb2.c @@ -912,6 +912,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = { .compatible = "qcom,ipq8074-qusb2-phy", .data = &msm8996_phy_cfg, }, { + .compatible = "qcom,ipq9574-qusb2-phy", + .data = &ipq6018_phy_cfg, + }, { .compatible = "qcom,msm8953-qusb2-phy", .data = &msm8996_phy_cfg, }, {