Message ID | 20220112194118.178026-3-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 8456caa61c112ad8fdfcc1052f3d2881349ce9ea |
Headers | show |
Series | Initial MSM8953 & Fairphone 3 support | expand |
On 12-01-22, 20:40, Luca Weiss wrote: > Add compatible for MSM8953 QUSB2 device which reuses MSM8996 > configuration. Applied, thanks
diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/drivers/phy/qualcomm/phy-qcom-qusb2.c index 032d02bf50c5..7529a7e6e5df 100644 --- a/drivers/phy/qualcomm/phy-qcom-qusb2.c +++ b/drivers/phy/qualcomm/phy-qcom-qusb2.c @@ -911,6 +911,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = { }, { .compatible = "qcom,ipq8074-qusb2-phy", .data = &msm8996_phy_cfg, + }, { + .compatible = "qcom,msm8953-qusb2-phy", + .data = &msm8996_phy_cfg, }, { .compatible = "qcom,msm8996-qusb2-phy", .data = &msm8996_phy_cfg,