From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB7C7C44501 for ; Thu, 9 Jul 2026 08:34:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4CDE110E046; Thu, 9 Jul 2026 08:34:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ew.tq-group.com header.i=@ew.tq-group.com header.b="JlYSuHAa"; dkim-atps=neutral Received: from www537.your-server.de (www537.your-server.de [188.40.3.216]) by gabe.freedesktop.org (Postfix) with ESMTPS id BBD6410F487 for ; Thu, 9 Jul 2026 08:34:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ew.tq-group.com; s=default2602; h=Content-Type:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=NTniXkvlvMi9BmvhIr2c95Vz9qQLlsDpcx7w+MELcKI=; b=JlYSuHAaiZb9PcQRuRLewM7GY3 IgiEpxzEoXnUljrHJXRGmqanXmRJ/MtjO0UwT4ly57ie51ZnEB8VXaHzICwsj07eXNm3hzMDfEHtz umCjwp7LexbcfYrliN0GtF1Kl5+D+ydLxeZXteEZvQ9or4HKqKEHPWc5Inc3qSEiynpRp3g4rGyBq 0V+CypXkKBgHJwMd7F2dd+TGQxC95xVnPv0S01J2c5GcNOuCOOHkaSE3j50ta24iq4J0g38th+HaB uH5j+7IGAoKWAZaFV67sC+f5LcveUuwweJxsOi943Zuufb4VMfS9Xu2IXIxAsis22xp0ufK2IZX1R acxbcjLg==; Received: from sslproxy06.your-server.de ([78.46.172.3]) by www537.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1whkCQ-000GtM-0D; Thu, 09 Jul 2026 10:33:38 +0200 Received: from localhost ([127.0.0.1]) by sslproxy06.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whkCP-0003g8-0b; Thu, 09 Jul 2026 10:33:37 +0200 From: Alexander Stein To: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Wojciech Dubowik , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Luca Ceresoli , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marek Vasut , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Wojciech Dubowik Subject: Re: [PATCH 1/2] dt-bindings: display: sn65dsi83: Add reverse lanes property Date: Thu, 09 Jul 2026 10:33:36 +0200 Message-ID: <8332433.DvuYhMxLoT@steina-w> Organization: TQ-Systems GmbH In-Reply-To: <20260707070244.230546-2-wojciech.dubowik@mt.com> References: <20260707070244.230546-1-wojciech.dubowik@mt.com> <20260707070244.230546-2-wojciech.dubowik@mt.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Virus-Scanned: Clear (ClamAV 1.4.3/28055/Thu Jul 9 08:25:20 2026) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, Am Dienstag, 7. Juli 2026, 09:02:42 CEST schrieb Wojciech Dubowik: > From: Wojciech Dubowik >=20 > 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 >=20 > Signed-off-by: Wojciech Dubowik > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi8= 3.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 > =20 > + ti,lvds-reverse-lanes: > + description: Reverse the order of LVDS lanes. > + type: boolean > + > ti,lvds-vod-swing-clock-microvolt: > description: LVDS diferential output voltage for c= lock > lanes in microvolts. >=20 =2D-=20 TQ-Systems GmbH | M=FChlstra=DFe 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht M=FCnchen, HRB 105018 Gesch=E4ftsf=FChrer: Detlef Schneider, R=FCdiger Stahl, Stefan Schneider http://www.tq-group.com/