[PATCH v4 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
From: Wojciech Dubowik
Date: Mon Jul 13 2026 - 04:36:31 EST
From: Wojciech Dubowik <Wojciech.Dubowik@xxxxxx>
Add support for reversed lvds output lanes. With an optional
data-lanes property one can support default layout <1 2 3 4>
or reversed layout <4 3 2 1>. The property is optional and when
not set it keeps the default output layout.
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@xxxxxx>
---
Changes in v4:
- Fix data-lanes bindings to be under endpoint subnode and not in
the node itself, discovered by shashiko-reviews
Changes in v3:
- Add optional data-lanes bindings for output nodes
Changes in v2:
- Parse existing data-lanes property instead of ading new DT
bindings
---
Wojciech Dubowik (2):
dt-bindings: display: sn65dsi83: Add output data-lanes
drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support
.../bindings/display/bridge/ti,sn65dsi83.yaml | 52 +++++++++++++++++++
drivers/gpu/drm/bridge/ti-sn65dsi83.c | 50 ++++++++++++++++++
2 files changed, 102 insertions(+)
--
2.47.3