Commit 368d67da authored by Abel Vesa's avatar Abel Vesa Committed by Vinod Koul
Browse files

phy: Add Embedded DisplayPort and DisplayPort submodes



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: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarDmitry 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: default avatarVinod Koul <vkoul@kernel.org>
parent 4cece764
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
 *