[PATCH v7 2/3] dt-bindings: display: sn65dsi83: Add output data-lanes property
From: Wojciech Dubowik
Date: Tue Jul 28 2026 - 08:24:31 EST
From: Wojciech Dubowik <Wojciech.Dubowik@xxxxxx>
Add an optional output lvds data lanes property with two allowed values
for default and reversed layout.
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@xxxxxx>
---
.../bindings/display/bridge/ti,sn65dsi83.yaml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
index e69b6343a8eb..0eb3913acc9d 100644
--- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
@@ -125,6 +125,21 @@ $defs:
lanes in microvolts.
maxItems: 2
+ data-lanes:
+ description:
+ Array of physical LVDS data lane indexes
+ oneOf:
+ - items:
+ - const: 1
+ - const: 2
+ - const: 3
+ - const: 4
+ - items:
+ - const: 4
+ - const: 3
+ - const: 2
+ - const: 1
+
allOf:
- if:
properties:
--
2.47.3