projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2433ab6
)
phy: qcom-qmp: add USB3 PHY support for IPQ6018
author
Baruch Siach
<baruch@tkos.co.il>
Wed, 4 Aug 2021 14:05:06 +0000
(17:05 +0300)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 6 Aug 2021 13:04:58 +0000
(18:34 +0530)
Initialization is identical to the IPQ8074 USB3 PHY.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link:
https://lore.kernel.org/r/6eec7ef4ecd1e8360ebe8e425151121684e997ed.1628085910.git.baruch@tkos.co.il
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-qmp.c
b/drivers/phy/qualcomm/phy-qcom-qmp.c
index 5e302830d0617f6de662273b51c578cb2b4c1ba7..dd6174084600832bf1728f65dde8c8b44d6b7e8d 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qmp.c
+++ b/
drivers/phy/qualcomm/phy-qcom-qmp.c
@@
-5402,6
+5402,9
@@
static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
}, {
.compatible = "qcom,ipq6018-qmp-pcie-phy",
.data = &ipq6018_pciephy_cfg,
+ }, {
+ .compatible = "qcom,ipq6018-qmp-usb3-phy",
+ .data = &ipq8074_usb3phy_cfg,
}, {
.compatible = "qcom,sc7180-qmp-usb3-phy",
.data = &sc7180_usb3phy_cfg,