Hi, Am Dienstag, 7. Juli 2026, 09:02:42 CEST schrieb Wojciech Dubowik: > From: Wojciech Dubowik <[email protected]> > > Add reverse lvds lanes property for endpoints. It reverses > the data-lanes order i.e. <4 3 2 1> instead of default > <1 2 3 4>.
Wouldn't it be more reasonable to parse the data-lanes property and check for the order instead of introducing a new property? Best regards Alexander > > Signed-off-by: Wojciech Dubowik <[email protected]> > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > index e69b6343a8eb..44483e808af9 100644 > --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > @@ -115,6 +115,10 @@ $defs: > enum: [100, 200] > default: 200 > > + ti,lvds-reverse-lanes: > + description: Reverse the order of LVDS lanes. > + type: boolean > + > ti,lvds-vod-swing-clock-microvolt: > description: LVDS diferential output voltage <min max> for clock > lanes in microvolts. > -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/
