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 3B88735580E; Thu, 29 Jan 2026 17:46:51 +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=1769708812; cv=none; b=f0DvHH9N7S+0xm1OeJEKjppoM9xeyp9zKWwayJKoh2TGnvXBL+npGK3ys3bmM+j8LqJ7oEPDxm+BRVl5uxcOYZkCo4NGeceSnVN7fiPhLnkpn22AXLRplFnGtN2BSPI0nJiFJnqABww1tDXvQ+y3nhH4FSeHGFQk7nOmEcey5Z8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769708812; c=relaxed/simple; bh=qsIrj8w3tywmIkeE49CGLnTEaBOmOsWsY6QmqZSSa1g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ghkVVSgCHA1kI0FbwIH/xGmvyxKdUL3u8dMoAsHQXig0aoWUnqicvVh3N7s5W96HYCfJhvs+muFA/3tfECmxhTeCvsw+G8t5xM3p1IgBCc1vzj7xFto5/6usoixv6RSFEXJ02mQ8zieCrOU37FMS6Fsb872DZ0xoLzDoUW2fg6g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HGh+Ik2c; 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="HGh+Ik2c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1A6DC4CEF7; Thu, 29 Jan 2026 17:46:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769708811; bh=qsIrj8w3tywmIkeE49CGLnTEaBOmOsWsY6QmqZSSa1g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HGh+Ik2cUO83ZtrPe3rvho6W6cBZNU2X5adNoZMNLDG4tu0DSyL9R4PI6R5OAmR3Z w08r5hjatQEwyTecib6QrHti8nexhyWvfTSFSQD8N7n6H4WM4I99Y3bR6Pxd9rFP62 8GbkAeFXt4orT6vOc1SfBVCBslLsW5jk/OHkz0ZI1GdsX9l+52hB/ICPbHyJfJSy3Q xZeOpS+ROfw3Tgvp7RVlIVaXahCuLIf6+yw/OmDak2CaJCHaovx8nJE0xe+nscOdI3 TMcBuc1GPgooKuuL6FibJ+6J8usZSH1d7+PkfN7aAJEwFNwWILI+ghf/z9FvPU08tX udVMX+J4K10zw== Date: Thu, 29 Jan 2026 17:46:46 +0000 From: Conor Dooley To: Biju Das Cc: "biju.das.au" , "linux-renesas-soc@vger.kernel.org" , Geert Uytterhoeven , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "magnus.damm" , Michael Turquette , Stephen Boyd , Prabhakar Mahadev Lad , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-clk@vger.kernel.org" Subject: Re: [PATCH RESEND 1/9] dt-bindings: pinctrl: renesas: Document reset-names Message-ID: <20260129-cherub-prenatal-7882029a9027@spud> References: <20260129-skyline-romp-e81f8ec9ae1f@spud> <20260129-snort-maroon-c0478598c227@spud> Precedence: bulk X-Mailing-List: linux-gpio@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="zyAULGCdrqpTp1A4" Content-Disposition: inline In-Reply-To: <20260129-snort-maroon-c0478598c227@spud> --zyAULGCdrqpTp1A4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 29, 2026 at 05:46:01PM +0000, Conor Dooley wrote: > On Thu, Jan 29, 2026 at 05:43:09PM +0000, Biju Das wrote: > > Hi Conor, > >=20 > > Thanks for the feedback. > >=20 > > > -----Original Message----- > > > From: Conor Dooley > > > Sent: 29 January 2026 17:41 > > > Subject: Re: [PATCH RESEND 1/9] dt-bindings: pinctrl: renesas: Docume= nt reset-names > > >=20 > > > On Thu, Jan 29, 2026 at 10:16:36AM +0000, Biju wrote: > > > > From: Biju Das > > > > > > > > All SoCs has multiple resets. Document reset-names property. > > > > > > > > Signed-off-by: Biju Das > > > > --- > > > > .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 15 +++++++++++= ++++ > > > > arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 1 + > > > > arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 1 + > > > > 8 files changed, 22 insertions(+) > > > > > > > > diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rzg2= l-pinctrl.yaml > > > b/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml > > > > index 00c05243b9a4..fbbba53cde9b 100644 > > > > --- a/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinct= rl.yaml > > > > +++ b/Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-pinct= rl.yaml > > > > @@ -78,6 +78,16 @@ properties: > > > > - description: PFC main reset > > > > - description: Reset for the control register related to= WDTUDFCA and WDTUDFFCM pins > > > > > > > > + reset-names: > > > > + oneOf: > > > > + - items: > > > > + - const: rstn > > > > + - const: port > > > > + - const: spare > > > > + - items: > > > > + - const: main > > > > + - const: error > > > > + > > > > additionalProperties: > > > > anyOf: > > > > - type: object > > > > @@ -152,10 +162,14 @@ allOf: > > > > properties: > > > > resets: > > > > maxItems: 2 > > > > + reset-names: > > > > + maxItems: 2 > > > > else: > > > > properties: > > > > resets: > > > > minItems: 3 > > > > + reset-names: > > > > + maxItems: 3 > > >=20 > > > This is minItems, no? > >=20 > > Oops, Will fix it in next version. >=20 > w/ minItems > Acked-by: Conor Dooley Actually, can you remove the dtsi changes from the binding patch? I forgot they were in here. --zyAULGCdrqpTp1A4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaXudBgAKCRB4tDGHoIJi 0gl4APsGY71+dJcIN810DMoOBwuHslu2v1Q6aWYJKHhLYWJVCQEA68GqFxnorXh8 ZXAQ30VQxnGVogtj1UBqGsNvFBFbtgE= =VPay -----END PGP SIGNATURE----- --zyAULGCdrqpTp1A4--