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 0791934D93B; Fri, 17 Apr 2026 16:19:09 +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=1776442750; cv=none; b=kQAhuFdpmHRNqdo15/tfbXH5sZAN1euRzFimh79uDFqw2+gW2WjYz7Tcn/dUa4dMzMfpYt56Rgf2UbmEHZWh4YdxQ/eHROj0OjGzAXQPRbdXHfoJ9Remc2A3tTjSbduXysAuGob7RcOm3jO4pggPJleQREZIjf3NQ6Icn+tFuCg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776442750; c=relaxed/simple; bh=Gqz700Nrcu8eh6o0BJ1G6B6osDYiQo7TSTlizR1FQ0c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ImBOjJ10F4HFj3WO30CJrUvlyNTp70b9NloeC3tV4bKFBJijme05ZgJt0qNALNQsYN9QCOupdSkSt8f8g/E6of9Bqdz/8xgpafPTlI68SVAGDzHc8vZAHE6eiVRA3Rt8ucD/gy2LCthGtkFKspKROKAx6LabFnrDL0rpNdGJMmU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=px7y7IT2; 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="px7y7IT2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E4EDC19425; Fri, 17 Apr 2026 16:19:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776442749; bh=Gqz700Nrcu8eh6o0BJ1G6B6osDYiQo7TSTlizR1FQ0c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=px7y7IT2ZKgpKpl8/wMgrPzXILbU0LnWNA4L1I+MFVYgow91EBciFGR3J4xGfSi0r l6zL7+qRJQQBTrd7QMXuLoC/O0WLNeNzMe3b61LNyepyU7e34ZSYPWIx7iM+IIkhpj IqlkP9Fh6zlJmMTbv16dJiHPfs4Tvtk13nm0R6+wWcRllszIXQfv6lzjj8k3+n9QA/ Iikjm3y2W+mCLXZ5f+EidM+kH2/wFSI3vx7mx1V6/7zlLMmZ6agq/u/CTwlWsxAa4H wFL/O+6CuQWucWUXodJlw+NOvK60pG4gkmfxxn2JHPnEUe/2r7CKnoxwFTuCzhTzxM 4ui4D7XPko7Ew== Date: Fri, 17 Apr 2026 17:19:03 +0100 From: Conor Dooley To: Luca Leonardo Scorcia Cc: dri-devel@lists.freedesktop.org, Jagan Teki , Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Marek Vasut , Kael D'Alcamo , Lad Prabhakar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: display: panel: Add compatibles for Zhunyi Z40046 Message-ID: <20260417-wisplike-seismic-380c96863444@spud> References: <20260417104740.259689-1-l.scorcia@gmail.com> <20260417104740.259689-2-l.scorcia@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-sha512; protocol="application/pgp-signature"; boundary="4RQNWT+XJzTeXJqp" Content-Disposition: inline In-Reply-To: <20260417104740.259689-2-l.scorcia@gmail.com> --4RQNWT+XJzTeXJqp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 17, 2026 at 11:46:30AM +0100, Luca Leonardo Scorcia wrote: > The Zhunyi Z40046 is a 480x800 24-bit WVGA DSI panel based on the > Fitipower JD9161Z DSI controller found in the Xiaomi Mi Smart Clock > x04g, apparently in two different variants. >=20 > The Fitipower JD9161Z LCD driver IC is very similar to the Jadard > JD9365DA-H3, it just uses a different initialization sequence. >=20 > Since this is the first supported device from this vendor, document its > name to the vendor-prefixes.yaml file as well. >=20 > Signed-off-by: Luca Leonardo Scorcia Acked-by: Conor Dooley pw-bot: not-applicable > --- > .../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd936= 5da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365= da-h3.yaml > index e39efb44ed42..158388a284d9 100644 > --- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.= yaml > +++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.= yaml > @@ -24,6 +24,8 @@ properties: > - radxa,display-10hd-ad001 > - radxa,display-8hd-ad002 > - taiguanck,xti05101-01a > + - zhunyikeji,z40046-ctc > + - zhunyikeji,z40046-boe > - const: jadard,jd9365da-h3 > =20 > reg: > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Doc= umentation/devicetree/bindings/vendor-prefixes.yaml > index 6339988e3805..debaec59e9a0 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1923,6 +1923,8 @@ patternProperties: > description: Zealz > "^zeitec,.*": > description: ZEITEC Semiconductor Co., LTD. > + "^zhunyikeji,.*": > + description: Shenzhen Zhunyi Technology Co., Ltd. > "^zidoo,.*": > description: Shenzhen Zidoo Technology Co., Ltd. > "^zii,.*": > --=20 > 2.43.0 >=20 --4RQNWT+XJzTeXJqp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaeJddwAKCRB4tDGHoIJi 0uPcAQDiiUwHwEaOFL6lZjiJi7xuyBZVyTp5yaXHmyRpUpuuyQEAnK3zwourBQ0E Ha9E1aiEpbrTHZIQvv9OEnFcBhwDGAw= =by6q -----END PGP SIGNATURE----- --4RQNWT+XJzTeXJqp--