[PATCH v2 1/2] dt-bindings: display: bridge: ti,sn65dsi83: Add dual-link video mode property
From: Sudarshan Shetty
Date: Thu Mar 12 2026 - 00:39:11 EST
Add a new optional device tree property `ti,dual-link-video-mode`
to indicate that the bridge should configure the device for
dual-link LVDS video mode.
In dual-link configurations, some panels require the horizontal
timing parameters to be adjusted before programming them into
the device. In such cases, the horizontal timing values must be
divided by two when operating in dual-link mode.
Signed-off-by: Sudarshan Shetty <tessolveupstream@xxxxxxxxx>
---
.../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
index e69b6343a8eb..b610739555a4 100644
--- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml
@@ -38,6 +38,15 @@ properties:
interrupts:
maxItems: 1
+ ti,dual-link-video-mode:
+ type: boolean
+ description: |
+ Enables configuration settings required for correct dual-link
+ LVDS operation. Some panels require the horizontal timing
+ parameters to be adjusted before being programmed into the
+ device. The horizontal timing values must be divided by
+ two when operating in dual-link mode.
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
--
2.34.1