projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8733293
)
phy: qcom-qusb2: Add compatible for MSM8953
author
Luca Weiss
<luca@z3ntu.xyz>
Wed, 12 Jan 2022 19:40:51 +0000
(20:40 +0100)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 27 Jan 2022 05:29:26 +0000
(10:59 +0530)
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>
drivers/phy/qualcomm/phy-qcom-qusb2.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-qusb2.c
b/drivers/phy/qualcomm/phy-qcom-qusb2.c
index
032d02b
..
7529a7e
100644
(file)
--- 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,
}, {