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 55C5421C9EA; Fri, 1 May 2026 15:51:11 +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=1777650671; cv=none; b=Kt75EY9w5sz/bnGASqzaEZIF8LdHOEddWdaoHb7i3Gbv+M6Y01wQOcz6Y6t12DHEhnjspUqyQrxUOB+0LbgEbDYpvErKaEol+FgBZs9+NYvlCmbdNhps/iNbDV3rSuQ8VCf57EX2U/AFrqL5jr5O5IZrmwOmmTiGD5+SjQD+fQ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777650671; c=relaxed/simple; bh=Fkgyd2j//vivMvpbm5BeGCiSXXdWUFA+VDVHD/REf9U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IL2an6wW1y3i+N9XcOLJlxr23qY4rCreRUGaeVDeLeZUkQgBaa62/JiD3MMuN2/sgO68Z5D3fZvQ2JC7IKSyeLlXFveZYOt5HlVtIH46HpbbPPrK12CucW//xT7za07sPwLV94n4fTa2tW5qoZh0wC5B3j1CZ66lih2D6EZIQ+c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Q/qbqEOk; 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="Q/qbqEOk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 728CFC2BCB4; Fri, 1 May 2026 15:51:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777650670; bh=Fkgyd2j//vivMvpbm5BeGCiSXXdWUFA+VDVHD/REf9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q/qbqEOkgDC3AOOwqrWptr+d8TVHKehN2KgfWzxQe3SplNurG9bL3e8GABhPnsM09 WktGE3x5YUzq6MGyZd2y/nsW5eyT6rTGeKrzo9+EOXvfmrNqP2MGAFz/Z35Iys0qqA sscHpQwQ3P614pZyQ8pKE59f634ulyxI1j93WcK4Pq0kvjukXq2mbqFehTqHlv3k9K N0dzVtcu30Ut8TdVULQ3zoLsadiwPOPn/dUbc58ywPskjV7k0Eri1VIOxJvks4/hyR +hWyw+mcsSz24Nmp41xo5R6MEbYPntkZXt9ZHStr5ZmD7An1ssmu4K4ANA5JAh+9By V11aTaCZitf5Q== Date: Fri, 1 May 2026 16:51:05 +0100 From: Conor Dooley To: Luca Weiss Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: display: panel: Add Novatek NT37705 Message-ID: <20260501-yogurt-wise-2a2884e3ec59@spud> References: <20260501-fp6-panel-v1-0-e09cb05651cc@fairphone.com> <20260501-fp6-panel-v1-1-e09cb05651cc@fairphone.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-sha512; protocol="application/pgp-signature"; boundary="TCqlpNj/G+bOCtw3" Content-Disposition: inline In-Reply-To: <20260501-fp6-panel-v1-1-e09cb05651cc@fairphone.com> --TCqlpNj/G+bOCtw3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 01, 2026 at 03:52:45PM +0200, Luca Weiss wrote: > Novatek NT37705 is a display driver IC used to drive AMOLED DSI panels. >=20 > Describe it and the panel in the Fairphone (Gen. 6) (BJ631JHM-T71-D900 > from BOE) using it. >=20 > Signed-off-by: Luca Weiss > --- > .../bindings/display/panel/novatek,nt37705.yaml | 72 ++++++++++++++++= ++++++ > 1 file changed, 72 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt37= 705.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt37705.= yaml > new file mode 100644 > index 000000000000..1c796599f6fc > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt37705.yaml > @@ -0,0 +1,72 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/novatek,nt37705.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Novatek NT37705-based DSI display panels > + > +maintainers: > + - Luca Weiss > + > +description: > + The Novatek NT37705 is a generic DSI Panel IC used to control AMOLED p= anels. > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + contains: > + const: boe,bj631jhm-t71-d900 Compatible doesn't match the filename, nor does the commit message match what you've got here. Sounds like you're missing a fallback to $filename. pw-bot: changes-requested Cheers, Conor. > + > + reg: > + maxItems: 1 > + > + vddio-supply: > + description: I/O voltage rail > + > + dvdd-supply: > + description: Digital voltage rail > + > + vci-supply: > + description: Analog voltage rail > + > +required: > + - compatible > + - reg > + - reset-gpios > + - vddio-supply > + - dvdd-supply > + - vci-supply > + - port > + > +unevaluatedProperties: false > + > +examples: > + - | > + #include > + > + dsi { > + #address-cells =3D <1>; > + #size-cells =3D <0>; > + > + panel@0 { > + compatible =3D "boe,bj631jhm-t71-d900"; > + reg =3D <0>; > + > + reset-gpios =3D <&tlmm 12 GPIO_ACTIVE_LOW>; > + > + vci-supply =3D <&vreg_l19b>; > + vddio-supply =3D <&vreg_l9b>; > + dvdd-supply =3D <&vreg_oled_dvdd_1p2>; > + > + port { > + panel_in_0: endpoint { > + remote-endpoint =3D <&dsi0_out>; > + }; > + }; > + }; > + }; > + > +... >=20 > --=20 > 2.54.0 >=20 --TCqlpNj/G+bOCtw3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCafTL6QAKCRB4tDGHoIJi 0kcFAQDkpJzCo4l7vUej3Ls7tED6BqFbk6tKidwZCIm2ei4sIwD/fATcdanpFsQN pZmkVtXjY5+oh8AOr2rgaeHlNxv8KAo= =mEw5 -----END PGP SIGNATURE----- --TCqlpNj/G+bOCtw3--