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 51E5822B8A1; Tue, 8 Apr 2025 16:07:06 +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=1744128427; cv=none; b=md7j+iDjEHbvl3ymzk5ZySjjr2VPDgvAXf2g4aSbLcggm7ePtDS4YPCROHm2m6IYI8pvYGICrNdpGZAO6v6AoNRRWlbuXvOCg1XnrLkjHR6iz9m0UYrsyQ9brKZypiRcakRc3KFa4h8Y3m8DJ5IywYz1Q5Tthcj8T11szd+jwrE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744128427; c=relaxed/simple; bh=P3KYOFVSqw8KYRUi3AxCXPW5fp4/qJQZplXPESO6+nU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cYtZ6HCv5OG4R71e8roW+lQ0cGRICfPR9ueRdm/QG2w/3V8HUS2d4aW2Dk6ddxY0RgLrlWGVevG9IoHq3+mdRGjZY/VhDimaqiBUEYvTc8sShM0dKMZpnOFviBl00n+gQevxhCArSAw8yGmZtKjDpmnsMiYVJqjxwvB94wYlGGo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XWpGRy8n; 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="XWpGRy8n" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5541C4CEE5; Tue, 8 Apr 2025 16:07:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744128426; bh=P3KYOFVSqw8KYRUi3AxCXPW5fp4/qJQZplXPESO6+nU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XWpGRy8nb/qkWh0YsePXrVg2Nb8VZcJeFMku1uOf217lplx1A1qJzxHbjcKDK1AfP kHWfLO/WzfxF3jldFM0PE8+GZcO+GAdpmm7ZJExTjW3jYu63ZulGgcl7bI7mwczGLI 4fNzWHDN1hgjH99AQBjJrUtTaNxFFb0GRP03Ca1GVxALHHE1h5Zj86MehMj4V0AAkF ki628LBqmWrL9vdYq/jQRW2QfV/TFJhkpnMkWf4IRX0eFMTk5EYBQazTBDDdTr8slw ccTPE4TYerZc1czlFOcLEmfglVqvLKhMmTqY8GzyBDz/z7rTG4MrbjTJZ1Z7ImaRH6 1ppwBvEfOjByw== Date: Tue, 8 Apr 2025 17:07:01 +0100 From: Conor Dooley To: Kory Maincent Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Petazzoni , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 3/4] dt-bindings: ili9881c: Add Saef SFTO340XC support Message-ID: <20250408-diagnosis-turbofan-9fce2bb7ac4e@spud> References: <20250408-feature_sfto340xc-v1-0-f303d1b9a996@bootlin.com> <20250408-feature_sfto340xc-v1-3-f303d1b9a996@bootlin.com> 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="1DyjrGRVuDuOlKbn" Content-Disposition: inline In-Reply-To: <20250408-feature_sfto340xc-v1-3-f303d1b9a996@bootlin.com> --1DyjrGRVuDuOlKbn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 08, 2025 at 05:27:02PM +0200, Kory Maincent wrote: > Document the compatible value for Saef SFTO340XC panels. >=20 > Signed-off-by: Kory Maincent Acked-by: Conor Dooley > --- > Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 1= + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili98= 81c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.= yaml > index e36550616f6aac86c79832a48132ce8c11ebcf7a..7e47564cf1f18a9ea9e64dede= d7a7edbff133406 100644 > --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml > @@ -19,6 +19,7 @@ properties: > - ampire,am8001280g > - bananapi,lhr050h41 > - feixin,k101-im2byl02 > + - saef,sfto340xc > - startek,kd050hdfia020 > - tdo,tl050hdv35 > - wanchanglong,w552946aba >=20 > --=20 > 2.34.1 >=20 --1DyjrGRVuDuOlKbn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZ/VJpQAKCRB4tDGHoIJi 0hLTAPsEF3T8KKTW5hHdUeCV/ORaGFD4Q7LL31/d6Wwp0zeiwAEA0ZTsUUobPRaY B5fIMPDzUYso83YRV5YNvXiXBsXm5AQ= =IA/K -----END PGP SIGNATURE----- --1DyjrGRVuDuOlKbn--