diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-01-12 20:40:51 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-01-27 06:29:26 +0100 |
commit | 8456caa61c112ad8fdfcc1052f3d2881349ce9ea (patch) | |
tree | 83ce1b9014c5b71a89ead4ab3ff5598f691f9909 | |
parent | dt-bindings: phy: qcom,qusb2: Document msm8953 compatible (diff) | |
download | linux-8456caa61c112ad8fdfcc1052f3d2881349ce9ea.tar.xz linux-8456caa61c112ad8fdfcc1052f3d2881349ce9ea.zip |
phy: qcom-qusb2: Add compatible for MSM8953
Add compatible for MSM8953 QUSB2 device which reuses MSM8996
configuration.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20220112194118.178026-3-luca@z3ntu.xyz
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -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,msm8953-qusb2-phy", + .data = &msm8996_phy_cfg, + }, { .compatible = "qcom,msm8996-qusb2-phy", .data = &msm8996_phy_cfg, }, { |