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 C8A9114D6F6; Thu, 26 Sep 2024 15:42:58 +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=1727365378; cv=none; b=vClHSMKGwpEZAMgbwcxw14MFNzcH453Jp4AgDPj3mY5nhupKGBF7yMTsvH5cupNxMeFfGe5985cQfNayq5WDNlBMZ1XF2UcAnbr6q+BZx2S5eebSnKSHfuX04LHwGa4zZLmXqZIhmh57P4BcZoydE6jWGsjDxQDzZ9vZIeDYHmE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727365378; c=relaxed/simple; bh=Sc8fvXVB1aCNmxQD36fuOG91eO7FuqWYSK2bNIoNLmA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IQaql6JS8XU+TVh+vE5S8clwNRuOIh42dqKPsc/xfArYW5cePw4b8aEcNqL02e+03oWFBaquB3W2yzkkmr+Xi8lEtF01dbw/3Ua1MHzALHTEmO6egjtY+9NMQJ7BrqO39APDS+9o+CCmqHYdF7CzWavaUEVuNgzKTRNAgU4Qi8M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RB27zguB; 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="RB27zguB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B4A0C4CEC5; Thu, 26 Sep 2024 15:42:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727365378; bh=Sc8fvXVB1aCNmxQD36fuOG91eO7FuqWYSK2bNIoNLmA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RB27zguB93RPqKdJw/VZJC6cZqQTJfKMa2RcktB0DLakxRYbFxJQN+9VbqtpKl8ge Qna+sbBbWHov4iqHSk7nzSpU1JO9idQHSFt27GxKKydQIUYOoz+VBWIoo1BAoy/t7i BcVLNyKoEca5UiQKzDSa3DbXaheWLzUrxXWTdWSmRX2g4jJCMd81zrfz7/gZx25sQe /+KWr9ZlDxjprpFQufiRK3yModdXNOHkFbPjsnLDU1abt6VD5aPYd9A0tXQ0MMhr4g xhPhkrxWGa249FTp3lhCmfE85jNzwCmJ1MMCkR1Sk69XyEBqKJS1GZfxZTHPDWFE64 Fks5eZXw0Dnrg== Date: Thu, 26 Sep 2024 16:42:53 +0100 From: Conor Dooley To: Dzmitry Sankouski Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/2] dt-bindings: panel: add Samsung s6e3ha8 Message-ID: <20240926-emerald-parchment-29bf2dbd6ca6@spud> References: <20240926-starqltechn_integration_upstream-v5-0-1cb0e43e623f@gmail.com> <20240926-starqltechn_integration_upstream-v5-1-1cb0e43e623f@gmail.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="P65Kks/bHhmaxPhk" Content-Disposition: inline In-Reply-To: <20240926-starqltechn_integration_upstream-v5-1-1cb0e43e623f@gmail.com> --P65Kks/bHhmaxPhk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 26, 2024 at 02:29:26PM +0300, Dzmitry Sankouski wrote: > Add binding for the Samsung s6e3ha8 panel found in the Samsung S9. >=20 > Signed-off-by: Dzmitry Sankouski >=20 > --- > Changes for v5: > - fix required properties order > - fix example indentation >=20 > Changes in v4: > - change dts example intendation from tabs > to spaces > - remove reset-gpios description > --- > Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.yaml | 7= 5 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > MAINTAINERS | = 5 ++++ > 2 files changed, 80 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e3= ha8.yaml b/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.= yaml > new file mode 100644 > index 000000000000..05a78429aaea > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.yaml > @@ -0,0 +1,75 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/samsung,s6e3ha8.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Samsung s6e3ha8 AMOLED DSI panel > + > +description: The s6e3ha8 is a 1440x2960 DPI display panel from Samsung M= obile > + Displays (SMD). if you respin, please start the text on the line after the description. That's just a nit, so Reviewed-by: Conor Dooley --P65Kks/bHhmaxPhk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZvWA/QAKCRB4tDGHoIJi 0saMAQDBPHOWuygsfNgEC+MMK3RNo6tbBp4taeBLLvkieQIF2gEAqO+b87htOpor yG+Ogr0J4PLu4VLRQpcgeTcL7/1K8wM= =Wmqz -----END PGP SIGNATURE----- --P65Kks/bHhmaxPhk--