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 931BFFD5F85 for ; Wed, 8 Apr 2026 07:35:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0C1E010E523; Wed, 8 Apr 2026 07:35:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="NTPwnFyw"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 36BF310E523 for ; Wed, 8 Apr 2026 07:35:14 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 53C726012B; Wed, 8 Apr 2026 07:35:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 772F4C19424; Wed, 8 Apr 2026 07:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775633713; bh=3VeXiOPcQCa12/3YJO10P1V8flCxpUZkjSClJDzN5Cc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NTPwnFywnANam8tf3fRKKBKsG8n12JEOj0QasLxoun9gdGyN/r3PzHNvmtwYzknki nq+RRBdNkYSO8t3kNapFBFQq3SKjtGkDnSGNgKaGoZUDBCpYN6WFJMQpftmk12w68D Rz4qhpoEnlevD2hYsw140abjbvdZ0cGr8krH4V6hatnVx78nEy4bFqN9QkkW2kNwmX kmzNailJRDKx8iSc7hlr3epIAj9x9m9SDAg2Bj+2IqrqLjxW3aQt+xVHAN5r6CyJ4D LfvvkN3t0b8x7qMfJb9uSmM9stUCR742E6AjaqGP6jfCAyMkrtKH94j4D2uCXyGMGB CW4qqO2TPxryw== Date: Wed, 8 Apr 2026 09:35:10 +0200 From: Krzysztof Kozlowski To: Marek Vasut Cc: devicetree@vger.kernel.org, Andrzej Hajda , Conor Dooley , David Airlie , Jernej Skrabec , Jonas Karlman , Krzysztof Kozlowski , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Neil Armstrong , Rob Herring , Robert Foss , Simona Vetter , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: display: bridge: lt9211: Require data-lanes on DSI input ports Message-ID: <20260408-eager-millipede-of-aurora-6fcaa4@quoll> References: <20260407203109.34302-1-marex@nabladev.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260407203109.34302-1-marex@nabladev.com> 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" On Tue, Apr 07, 2026 at 10:31:03PM +0200, Marek Vasut wrote: > The Lontium LT9211 is capable of 1..4 DSI lanes per input DSI port, > describe the lane count for each input port in the schema. > > For example Linux kernel driver does already use that information and > fails to probe if it is missing. > > Signed-off-by: Marek Vasut Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof