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 AE32414AA5; Sat, 16 Dec 2023 12:26:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PS9YnZQW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4C64C433C8; Sat, 16 Dec 2023 12:26:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702729567; bh=0oeIUsrlXs5c6NYNpXEs7Wnj16HATAm77+R7IxPQ1qU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PS9YnZQWHOao0EY1i6Oy9j43am7WUay4ybAfqccsc0TphcvQMagpFiM4I3wwTOo7O aYSHVe0r4vIXuTSYtcw3UPahEk7MnA7U+EQOTmLtbm99GtY4ZZxNva63ehrPRM4Jw3 OX+Q5CtVKmHQJe3tUKvCN8NIAba/tecmk85ItVV+Yhi0gFWqTBcFzRqMCc1DYCxgiA ovDKqV04TEpPniSCAJdsq7zGuGolGSTX0FtX1il2NMbPpUjFC205s1Bcb2PyFjKsMY bH60W2Q+m4UzK+is8AkUFBdfMUEXU6q07ECq6YrwqUsC7TUyKQhd8a15R5OVVrwQ8T 9PiIaeQ3WnB9w== Date: Sat, 16 Dec 2023 12:26:02 +0000 From: Conor Dooley To: Zhifeng Tang Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Orson Zhai , Baolin Wang , Chunyan Zhang , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Zhifeng Tang , Wenming Wu Subject: Re: [PATCH 4/4] dt-bindings: clock: Add reset controller bindings for Unisoc's UMS512. Message-ID: <20231216-service-gallows-797dea781edb@spud> References: <20231215081003.8373-1-zhifeng.tang@unisoc.com> Precedence: bulk X-Mailing-List: linux-clk@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="GgSUqh2kPZiHFsMB" Content-Disposition: inline In-Reply-To: <20231215081003.8373-1-zhifeng.tang@unisoc.com> --GgSUqh2kPZiHFsMB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 15, 2023 at 04:10:03PM +0800, Zhifeng Tang wrote: > Add Reset Controller bindings to clock bindings for Unisoc's UMS512. This is what the diff is doing, but there's no justification for why this is the case. I _assume_ that the clock controller register block also contains reset bits for some of these peripherals, but the commit message needs to say that. Cheers, Conor. >=20 > Signed-off-by: Zhifeng Tang > --- > Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml= b/Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml > index 43d2b6c31357..6b0892d637fe 100644 > --- a/Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml > +++ b/Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml > @@ -34,6 +34,9 @@ properties: > "#clock-cells": > const: 1 > =20 > + "#reset-cells": > + const: 1 > + > clocks: > minItems: 1 > maxItems: 4 > --=20 > 2.17.1 >=20 --GgSUqh2kPZiHFsMB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZX2XWgAKCRB4tDGHoIJi 0kiJAP43JtrM14++P35LKrXG5klsr/OJjlApZw7S1S0MkmbavgD/QuEZ0BzUaDvP ONpLEnqB2jvHnLpzkb58PHDSqhgQBgk= =clIu -----END PGP SIGNATURE----- --GgSUqh2kPZiHFsMB--