projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c954b6d
)
phy: qcom: qmp-combo: add QMP USB3/DP PHY tables for SM8650
author
Neil Armstrong
<neil.armstrong@linaro.org>
Mon, 30 Oct 2023 09:48:23 +0000
(10:48 +0100)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 16 Nov 2023 11:31:02 +0000
(17:01 +0530)
Add QMP USB3/DP Combo PHY support for the SM8650 platform.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link:
https://lore.kernel.org/r/20231030-topic-sm8650-upstream-phy-v2-7-a543a4c4b491@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-qmp-combo.c
b/drivers/phy/qualcomm/phy-qcom-qmp-combo.c
index 9c87845c78ec24aa14f0993a7b35e4b0034a565f..0417856b8e7bc70785c2980b11345fd4d72a15dc 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
+++ b/
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
@@
-3558,6
+3558,10
@@
static const struct of_device_id qmp_combo_of_match_table[] = {
.compatible = "qcom,sm8550-qmp-usb3-dp-phy",
.data = &sm8550_usb3dpphy_cfg,
},
+ {
+ .compatible = "qcom,sm8650-qmp-usb3-dp-phy",
+ .data = &sm8550_usb3dpphy_cfg,
+ },
{ }
};
MODULE_DEVICE_TABLE(of, qmp_combo_of_match_table);