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 914173D5C29; Tue, 12 May 2026 17:15:12 +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=1778606112; cv=none; b=kCY99tjD7UZNUWDx8KYK7m25mzZAisqKwlWxTkXskbp97x7dud+03WG+5x0k8OvlILQDC8EIHWWXrj27+eLOohmhVC1XYkk9XfQTGLOYKJ/4S0zaVTQ7N/rmwz+5SVLkwbcK7bCEJoTl0R7poGwkMWA/P1dm3ztY4eDwoyqQcQ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778606112; c=relaxed/simple; bh=ep93CDl4nn734nWNxmF1I9r2iyKXnDKuCzqoraqtGrs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NL81Hypqx1YbnZ/ohKgbv65MTGID+ftCIxnPnafJA4CMoYUjUHCBHRuyatbWKIBeNoZXvJ1tt8x3pLiwnf4xh4EbHqEg2C8nCVRrgYQHUt1Kx9AEJJggrMVFdXrxOnHZrvZUvu1bQR+6EWgKcimyBFnc0WkUdJVopkzxST9bqDc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NR5LIg70; 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="NR5LIg70" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33EE3C2BCB0; Tue, 12 May 2026 17:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778606112; bh=ep93CDl4nn734nWNxmF1I9r2iyKXnDKuCzqoraqtGrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NR5LIg700su+JAsrKRexnZMTLxagb3ZhNcs1d0+zmNAMOkEUslcCPH8kBUy0ga2my HXoCfKPYzppxV+IPXNOJhpWsS3eCkRDnOUEonyak3NH9WkOmj5tcBQTgLnCGK8uXF1 t801pWCqg546p/Hyzvg+Me8dvcU3JMECgzCuSaeNTiAU+ajpzq9nnQbm6yfNB24jhv EXBP6ShY3Ulwudb887tuEsEhOyflcqD2CBvml6FLtcEIdG5/krBHiiZ4IKdfkz2pvW 5Z2mRIX43um7wqHYKH19mm74zlu07AKmtE9r+tYQq1Vu5nZjBdzdCLHbLXhgpFpI3O z6vtoDmysk7xw== Date: Tue, 12 May 2026 18:15:07 +0100 From: Conor Dooley To: "lianfeng.ouyang" Cc: Olivia Mackall , Herbert Xu , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/2] dt-bindings: Add bindings for StarFive JHB100 SoC trng controller. Message-ID: <20260512-seventeen-deduct-fa7eead281ef@spud> References: <20260512062404.4540-1-lianfeng.ouyang@starfivetech.com> <20260512062404.4540-2-lianfeng.ouyang@starfivetech.com> Precedence: bulk X-Mailing-List: linux-kernel@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="rOdvJ2xqvy0gb4XE" Content-Disposition: inline In-Reply-To: <20260512062404.4540-2-lianfeng.ouyang@starfivetech.com> --rOdvJ2xqvy0gb4XE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 12, 2026 at 02:24:03PM +0800, lianfeng.ouyang wrote: > From: Lianfeng Ouyang >=20 > Signed-off-by: Lianfeng Ouyang > --- > Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.y= aml b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml > index 4639247e9e51..11346d77b2f6 100644 > --- a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml > +++ b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml > @@ -13,8 +13,8 @@ properties: > compatible: > oneOf: > - items: > - - const: starfive,jh8100-trng > - const: starfive,jh7110-trng > + - const: starfive,jhb100-trng You need to add a commit message here explaining why removing the jh8100 is okay. pw-bot: changes-requested > - const: starfive,jh7110-trng > =20 > reg: > --=20 > 2.43.0 >=20 >=20 --rOdvJ2xqvy0gb4XE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCagNgGwAKCRB4tDGHoIJi 0mqkAP4yj9VMhN6pcb7sydjcsP4jbFwPsGl1fQMJhMd2G5cvNwEA4ctH4F2i6lAN JyRWH7LxV8wcG89RrElP4a5GF9EW+w0= =kyDE -----END PGP SIGNATURE----- --rOdvJ2xqvy0gb4XE--