From: Wojciech Dubowik <[email protected]> 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 <[email protected]> --- 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): drm/bridge: ti-sn65dsi83: Add reversed lvds lanes support dt-bindings: display: sn65dsi83: Add output data-lanes .../bindings/display/bridge/ti,sn65dsi83.yaml | 42 ++++++++++++++++ drivers/gpu/drm/bridge/ti-sn65dsi83.c | 50 +++++++++++++++++++ 2 files changed, 92 insertions(+) -- 2.47.3
