[PATCH v4 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support

Wojciech Dubowik posted 2 patches 1 week, 5 days ago
There is a newer version of this series
.../bindings/display/bridge/ti,sn65dsi83.yaml | 52 +++++++++++++++++++
drivers/gpu/drm/bridge/ti-sn65dsi83.c         | 50 ++++++++++++++++++
2 files changed, 102 insertions(+)
[PATCH v4 0/2] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
Posted by Wojciech Dubowik 1 week, 5 days ago
From: Wojciech Dubowik <Wojciech.Dubowik@mt.com>

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@mt.com>
---
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