projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40683ee
)
phy: qcom-qusb2: Add compatible for QCM2290
author
Shawn Guo
<shawn.guo@linaro.org>
Sun, 19 Sep 2021 03:11:10 +0000
(11:11 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 1 Oct 2021 09:49:00 +0000
(15:19 +0530)
Add compatible for QCM2290 QUSB2 device which reuses SM6115
configuration.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link:
https://lore.kernel.org/r/20210919031110.25064-3-shawn.guo@linaro.org
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 3c1d3b71c825bd090641e84165665c34dfb847e8..ae063a8b3e28d40f10540040015a430bcc77740e 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qusb2.c
+++ b/
drivers/phy/qualcomm/phy-qcom-qusb2.c
@@
-913,6
+913,9
@@
static const struct of_device_id qusb2_phy_of_match_table[] = {
}, {
.compatible = "qcom,msm8998-qusb2-phy",
.data = &msm8998_phy_cfg,
+ }, {
+ .compatible = "qcom,qcm2290-qusb2-phy",
+ .data = &sm6115_phy_cfg,
}, {
.compatible = "qcom,sdm660-qusb2-phy",
.data = &sdm660_phy_cfg,