From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 694F914884C; Thu, 10 Jul 2025 22:15:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752185745; cv=none; b=cC5o3cUVzuSW1feGfMYrrbyi6iiUh2S3DGADT84twF624EA6QAPYtBuD9JcnaLJuKet4XILI54G1w2Z+FlEuT0NVt5pphAItKj+wJniV8hqBbS5WplgfK9rnA/jyzcOKrpLV5ML5kl5GWSWE1LxfH5xxavI75162/fBOGDzFFhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752185745; c=relaxed/simple; bh=XimlN36y4mHX9POztPa8lYF1nw7bUqK+ofyTw7FTAA0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=s70nWZifcyX9zh70VZxEQulDbOiRF+PsdV4Z3XSJNe//a4zMgAs9EJxPppNxcEJGbZe7mnsskX2hKsUXwPzlt3lpJN6RWFGcqIjFo6DkRLsVeoCyW+xDoWWXqnaHxYKj+ZmSJ4erd6r1rUdLLK/d9JDtLjLLbjKoZc0D9Ynonjk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XP3Hgnd6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XP3Hgnd6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5EEEC4CEE3; Thu, 10 Jul 2025 22:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752185745; bh=XimlN36y4mHX9POztPa8lYF1nw7bUqK+ofyTw7FTAA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XP3Hgnd6XTz+S+bBceI/7rzVEZIoAyyHmW1pvnSA6JRnfCoYQinQH1oN6LeXm4JJO JQhINTpMn/xhAyUrQQ0pxU2HaqMQ9M+uUWk2TFPHyxkm0IH/nEl5ORLSdLWN7nX+fy o3+Uo5j4ujfy4R99yD6Rnqs+FH61cF4AUapWbf/7pUN2poOJbmI1psi2VfX8RB5YHI IiVQZVKtCsyV7PT6JfLsL3WHwDxFzroem0Dd7NddFBUWfENLkNrEjJXxoVTP8rxYvg tojvrd17IMNZkLbWZ34HquL5QHEyEqISQ2hDOR4cVCXJQEenailk2bdUruJE3i021I IsWwZ13wYgOlQ== Date: Thu, 10 Jul 2025 17:15:43 -0500 From: Rob Herring To: Laurentiu Palcu Cc: imx@lists.linux.dev, Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Krzysztof Kozlowski , Conor Dooley , Marek Vasut , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/8] dt-bindings: display: fsl,ldb: Add binding for i.MX94 Message-ID: <20250710221543.GA4115690-robh@kernel.org> References: <20250709122332.2874632-1-laurentiu.palcu@oss.nxp.com> <20250709122332.2874632-3-laurentiu.palcu@oss.nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250709122332.2874632-3-laurentiu.palcu@oss.nxp.com> On Wed, Jul 09, 2025 at 03:23:21PM +0300, Laurentiu Palcu wrote: > i.MX94 LDB controller is compatible with i.MX93. That's not what the schema says. > > Signed-off-by: Laurentiu Palcu > --- > Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml > index 07388bf2b90df..a54b8f1478049 100644 > --- a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml > @@ -20,6 +20,7 @@ properties: > - fsl,imx6sx-ldb > - fsl,imx8mp-ldb > - fsl,imx93-ldb > + - fsl,imx94-ldb > > clocks: > maxItems: 1 > @@ -68,6 +69,7 @@ allOf: > enum: > - fsl,imx6sx-ldb > - fsl,imx93-ldb > + - fsl,imx94-ldb > then: > properties: > ports: > -- > 2.46.1 >