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 5A81F8172D for ; Thu, 28 Mar 2024 17:48:38 +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=1711648118; cv=none; b=rGAATxYwkAKjNdVpWY1BNFXr1zskF40xwYrg3swlXYNK/K9TbZgGSb3GIgiQxxa6qba7i/e+PMbGReRezAvfx1W7x4Tut2Cy3t3593t2K0yGAwQgeS4snSVB/NFyBTnmL0q4PlZya0mxRZf1VpQ7BJYCFBscV0dQ3/EGPM30jvk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711648118; c=relaxed/simple; bh=PkXCPOm86ikadMRMC2GpqYlvUbxsONVcFOc0IqJSagU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=J9kghxMmPN91uidt5gZxH2+SSZE+aUCmgLmZq9yQFbPwouHTnkeQG6BMucqDanYzuPckS5ZEWmJEHvGhegD6C4K6+/2bBMJKxuubTNHIckpczoKJnXLG8Y6UWBYKFsTasziwVYSeI8eMgGHfU7H4AxJRJ30H8rOoX/Xpf9jfDjU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L8Vfn5+7; 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="L8Vfn5+7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06368C433F1; Thu, 28 Mar 2024 17:48:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711648117; bh=PkXCPOm86ikadMRMC2GpqYlvUbxsONVcFOc0IqJSagU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L8Vfn5+7uZ0dU8mLzApQYBxbRr5mb2H3IHJ1SpUeu+jQRUxESXvMTdJWZL7M162Pn YjAGmqUnOTjdP2Rf54j8x7xZ9UORKfOeFhw3gLuDqwAvE1OQN9iVjgFS3hfGTSB6TE DSC+lp5F6nW7XkkquGibYKWOur/D+QWgtLbiHm7SlzfbMLQhkpkxsS6/bv8LfwIhE8 wQFla1sxdgYzIxGLNBX7NwTqsvxJ6TrUTry8fdHv8b+yb7fsa03mDBlbxgQOTMaIEk z2XBZ5nEyE9jW0zMsWqr7VXy8Atw4ZOfz0i29ETja9Gjto/7GjZ2MjGY9PHy06lV35 kMd5dPXbOoBDg== Date: Thu, 28 Mar 2024 17:48:32 +0000 From: Conor Dooley To: Marek Vasut Cc: dri-devel@lists.freedesktop.org, Conor Dooley , Daniel Vetter , David Airlie , Jessica Zhang , Krzysztof Kozlowski , Maarten Lankhorst , Maxime Ripard , Neil Armstrong , Rob Herring , Sam Ravnborg , Thierry Reding , Thomas Zimmermann , devicetree@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: display: simple: Document support for Innolux G121XCE-L01 Message-ID: <20240328-riot-oblivion-06fb4440d3d6@spud> References: <20240328102746.17868-1-marex@denx.de> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nAQA5np1luFy9Pfc" Content-Disposition: inline In-Reply-To: <20240328102746.17868-1-marex@denx.de> --nAQA5np1luFy9Pfc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 28, 2024 at 11:27:35AM +0100, Marek Vasut wrote: > Document support for Innolux CheMei 12" G121XCE-L01 XGA LVDS display. >=20 > G121XCE-L01 is a Color Active Matrix Liquid Crystal Display composed of > a TFT LCD panel, a driver circuit, and LED backlight system. The screen > format is intended to support the 4:3, 1024(H) x 768(V) screen and either > 262k/16.7M colors (RGB 6-bits or 8-bits) with LED backlight driver circui= t. > All input signals are LVDS interface compatible. >=20 > Documentation [1] and [2] indicate that G121X1-L03 and G121XCE-L01 are > effectively identical panels, use the former as RGB 6-bits variant and > document the later as RGB 8-bits variant. >=20 > [1] https://www.distec.de/fileadmin/pdf/produkte/TFT-Displays/Innolux/G12= 1X1-L03_Datasheet.pdf > [2] https://www.distec.de/fileadmin/pdf/produkte/TFT-Displays/Innolux/G12= 1XCE-L01_Datasheet.pdf >=20 > Signed-off-by: Marek Vasut > --- > Cc: Conor Dooley Acked-by: Conor Dooley Thanks, Conor. > Cc: Daniel Vetter > Cc: David Airlie > Cc: Jessica Zhang > Cc: Krzysztof Kozlowski > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Neil Armstrong > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: Thierry Reding > Cc: Thomas Zimmermann > Cc: devicetree@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > --- > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple= =2Eyaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index e0f6aa9a025c4..931d98836e121 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -190,6 +190,8 @@ properties: > - innolux,g121i1-l01 > # Innolux Corporation 12.1" G121X1-L03 XGA (1024x768) TFT LCD pa= nel > - innolux,g121x1-l03 > + # Innolux Corporation 12.1" G121XCE-L01 XGA (1024x768) TFT LCD p= anel > + - innolux,g121xce-l01 > # Innolux Corporation 11.6" WXGA (1366x768) TFT LCD panel > - innolux,n116bca-ea1 > # Innolux Corporation 11.6" WXGA (1366x768) TFT LCD panel > --=20 > 2.43.0 >=20 --nAQA5np1luFy9Pfc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZgWtcAAKCRB4tDGHoIJi 0q1hAQCo84FZjFO3/WGPsL9RV5l7skc5mUedM9L5yr8WP3CuWgD+JOAGLTP0cfYq VIaaQQ0mPjy/ePnSRbZxPnb+xEg7WQ0= =gcqt -----END PGP SIGNATURE----- --nAQA5np1luFy9Pfc--