projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cece76
)
phy: Add Embedded DisplayPort and DisplayPort submodes
author
Abel Vesa
<abel.vesa@linaro.org>
Sun, 24 Mar 2024 18:50:17 +0000
(20:50 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 28 Mar 2024 19:00:16 +0000
(
00:30
+0530)
In some cases, a DP PHY needs to be configured to work in eDP mode.
So add submodes for both DP and eDP so they can be used by the
controllers for specifying the mode the PHY should be configured in.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link:
https://lore.kernel.org/r/20240324-x1e80100-phy-edp-compatible-refactor-v5-1-a0db5f3150bc@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
include/linux/phy/phy-dp.h
patch
|
blob
|
history
diff --git
a/include/linux/phy/phy-dp.h
b/include/linux/phy/phy-dp.h
index
18cad23
..
9cce576
100644
(file)
--- a/
include/linux/phy/phy-dp.h
+++ b/
include/linux/phy/phy-dp.h
@@
-8,6
+8,9
@@
#include <linux/types.h>
+#define PHY_SUBMODE_DP 0
+#define PHY_SUBMODE_EDP 1
+
/**
* struct phy_configure_opts_dp - DisplayPort PHY configuration set
*