diff mbox series

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

Message ID 20231219-x1e80100-phy-edp-compatible-refactor-v1-1-f9e77752953d@linaro.org
State Not Applicable
Headers show
Series phy: qcom: edp: Add support for DT phy mode configuration | expand

Checks

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

Commit Message

Abel Vesa Dec. 19, 2023, 8:55 p.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. 20, 2023, 7:42 a.m. UTC | #1
On 19/12/2023 21:55, Abel Vesa wrote:
> 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(+)

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 */