projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39f995
)
phy: qcom: Add support for eDP PHY on sc7280
author
Sankeerth Billakanti
<quic_sbillaka@quicinc.com>
Tue, 8 Feb 2022 00:17:03 +0000
(16:17 -0800)
committer
Vinod Koul
<vkoul@kernel.org>
Tue, 8 Feb 2022 05:32:55 +0000
(11:02 +0530)
The sc7280 platform supports native eDP controller and PHY.
This change will add support for the eDP PHY on sc7280.
Signed-off-by: Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://lore.kernel.org/r/20220207161612.REPOST.v1.2.Iff75c0ea8499f0baf2aa5800f2c45c4128e2415a@changeid
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-edp.c
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-edp.c
b/drivers/phy/qualcomm/phy-qcom-edp.c
index a8ecd2e8442d85f757088cc358d37f6fe60c4584..21cafbb623f8d411c1b43d4d796de8928af7d1f8 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-edp.c
+++ b/
drivers/phy/qualcomm/phy-qcom-edp.c
@@
-654,6
+654,7
@@
static int qcom_edp_phy_probe(struct platform_device *pdev)
}
static const struct of_device_id qcom_edp_phy_match_table[] = {
+ { .compatible = "qcom,sc7280-edp-phy" },
{ .compatible = "qcom,sc8180x-edp-phy" },
{ }
};