projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507156f
)
phy: qcom-qusb2: Add ipq8074 device compatible
author
Sivaprakash Murugesan
<sivaprak@codeaurora.org>
Mon, 8 Jun 2020 14:11:18 +0000
(19:41 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 24 Jun 2020 17:18:00 +0000
(22:48 +0530)
Add ipq8074 qusb2 device compatible for high speed usb support.
Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
Tested-by: Sricharan R <sricharan@codeaurora.org>
Reviewed-by: Sricharan R <sricharan@codeaurora.org>
Link:
https://lore.kernel.org/r/1591625479-4483-5-git-send-email-sivaprak@codeaurora.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
393011a
..
557547d
100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qusb2.c
+++ b/
drivers/phy/qualcomm/phy-qcom-qusb2.c
@@
-810,6
+810,9
@@
static const struct phy_ops qusb2_phy_gen_ops = {
static const struct of_device_id qusb2_phy_of_match_table[] = {
{
+ .compatible = "qcom,ipq8074-qusb2-phy",
+ .data = &msm8996_phy_cfg,
+ }, {
.compatible = "qcom,msm8996-qusb2-phy",
.data = &msm8996_phy_cfg,
}, {