diff mbox series

[v3,1/3] dt-bindings: phy: Add PHY_TYPE_EDP definition

Message ID 20231122-phy-qualcomm-edp-x1e80100-v3-1-576fc4e9559d@linaro.org
State Not Applicable
Headers show
Series phy: qcom: edp: Add support for X1E80100 | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success

Commit Message

Abel Vesa Dec. 7, 2023, 10:52 a.m. UTC
Add definition for Embedded DisplayPort (eDP) phy type.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 include/dt-bindings/phy/phy.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Dec. 7, 2023, 4:49 p.m. UTC | #1
On 07/12/2023 11:52, Abel Vesa wrote:
> Add definition for Embedded DisplayPort (eDP) phy type.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 6b901b342348..b1a64508d937 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -23,5 +23,6 @@ 
 #define PHY_TYPE_DPHY		10
 #define PHY_TYPE_CPHY		11
 #define PHY_TYPE_USXGMII	12
+#define PHY_TYPE_EDP		13
 
 #endif /* _DT_BINDINGS_PHY */