projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c5f22
)
phy: qcom-qmp-usb: Add Qualcomm SM6115 / SM4250 USB3 PHY support
author
Bhupesh Sharma
<bhupesh.sharma@linaro.org>
Tue, 13 Dec 2022 12:28:43 +0000
(17:58 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 13 Jan 2023 17:43:38 +0000
(23:13 +0530)
Enable SM6115 / SM4250 USB3 PHY support by adding the
qmp_phy_cfg data. Since this PHY is the same as the
one used on QCM2290, reuse the QCM2290 qmp_phy_cfg data
already available.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link:
https://lore.kernel.org/r/20221213122843.454845-4-bhupesh.sharma@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-qmp-usb.c
b/drivers/phy/qualcomm/phy-qcom-qmp-usb.c
index de6387f9a2c0862609d1b5d8acb90c1f9d89e8dc..e1f038cc173b239f69dbdabcc96011c968808f9c 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
+++ b/
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
@@
-2618,6
+2618,9
@@
static const struct of_device_id qmp_usb_of_match_table[] = {
}, {
.compatible = "qcom,sdx65-qmp-usb3-uni-phy",
.data = &sdx65_usb3_uniphy_cfg,
+ }, {
+ .compatible = "qcom,sm6115-qmp-usb3-phy",
+ .data = &qcm2290_usb3phy_cfg,
}, {
.compatible = "qcom,sm8150-qmp-usb3-phy",
.data = &sm8150_usb3phy_cfg,