[PATCH RESEND 05/22] dt-bindings: display: sun4i: add phy property
From: Parthiban Nallathambi
Date: Fri Dec 27 2024 - 08:02:58 EST
lvds in A100/A133 platform uses phy from DSI block, which needs
to be handled in phy driver. Add phy property to tcon with
generic name 'phy'.
Signed-off-by: Parthiban Nallathambi <parthiban@xxxxxxxxxxx>
---
.../devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml
index 724d93b9193b..6d8ae781c230 100644
--- a/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml
+++ b/Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml
@@ -115,6 +115,12 @@ properties:
- const: edp
- const: lvds
+ phys:
+ maxItems: 1
+
+ phy-names:
+ const: phy
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
--
2.39.5