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 D4DCD421F12; Mon, 11 May 2026 16:02:22 +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=1778515342; cv=none; b=aKN+07nbtQ/xJeWt8Z8u/gqC04nYXinFZWVCDm4hYhsVdCkfmXM+pi7GlhqT+wzLWkT2NdrCR/+/jq2nknEVD7xMcouOyTg/dZfuNqfglh9mL+JusNR98H0dudzhZ6PeKG2zQbGWimrlfu83fe+khvfsQLTjluuDGx4y5sZZgeA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778515342; c=relaxed/simple; bh=uznNZeBvkQNFwgstmmxLx35Y58HlJI7x/00h6NLAsFE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LTmFpdF6rmvwBNyy3b7xpKHmuBciu0TzvUZP+oNIH2Yv+0z4x/mu6nl1+F6Z5L01g+CXOwplNHXeRDSFkmm7H4OMDfbjj/IAyxNdAmDHEfVkx+x/JbkChNNkBp/m3A/2kk4waIKP0+dbshzNVkhq72gmEl2XT5kPGZxmyw48Kc8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i2UX9yx9; 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="i2UX9yx9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCFD5C2BCB0; Mon, 11 May 2026 16:02:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778515342; bh=uznNZeBvkQNFwgstmmxLx35Y58HlJI7x/00h6NLAsFE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i2UX9yx9XuOSw0NbAmyJJnddOcPRj8LGLdBV8iH2RihMb9hT6taGFgNzwAlWkGzup swaJBuE4P4caIU7aQgJ2e8hi0yD7n3C7xM00RyNmIlk/cgQUfcIA3zjXaTVucKygbJ wUw5iCMt4wncNQVa15Qucj4GwRCf93qBuUwhafh+UeSEliIumpsvEguiRmtC8cwHSi jBAnz1y/n/9bXj03ovoQMSwE0+hsHQwthPrzjetPX4pyAIA+iw75Ryd66Ntchej6IM 1JK59P7jj0IVvlGIfnnjnH9N98zgmtaQA1E4qOQHHeazoJdPmhpRiW/BI21Lr9ndJ8 9pPHy2gfDJS/g== Date: Mon, 11 May 2026 17:02:18 +0100 From: Conor Dooley To: Jisheng Zhang Cc: Alexandre Belloni , Frank Li , Philipp Zabel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/3] dt-bindings: i3c: dw: Add apb reset Message-ID: <20260511-amnesty-afoot-84537aafc02c@spud> References: <20260511031945.3228-1-jszhang@kernel.org> <20260511031945.3228-3-jszhang@kernel.org> 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="CfZp+rhr9WmPbCrF" Content-Disposition: inline In-Reply-To: <20260511031945.3228-3-jszhang@kernel.org> --CfZp+rhr9WmPbCrF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 11, 2026 at 11:19:44AM +0800, Jisheng Zhang wrote: > Add dt-binding for support of apb reset which is to reset the APB > interface. >=20 > Signed-off-by: Jisheng Zhang Please squash both dt-binding patches. > --- > Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yam= l b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > index 613dce7757bc..2575442b28ff 100644 > --- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > +++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml > @@ -38,10 +38,12 @@ properties: > resets: > items: > - description: Reset signal > + - description: APB interface reset signal > =20 > reset-names: > items: > - const: core_rst > + - const: apb_rst Drop the _rst here please, not as if these can be anything other than a reset! pw-bot: changes-requested Cheers, Conor. > =20 > interrupts: > maxItems: 1 > --=20 > 2.53.0 >=20 --CfZp+rhr9WmPbCrF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCagH9igAKCRB4tDGHoIJi 0j/AAQCY7CZ3OJqPaerq0V45HxlhuImAWjnvZaxXnnw27iRhPQEAlYjvac2dz21i 83ktp/UsrKOZqGB0Did72sYL+5huWwE= =L3cQ -----END PGP SIGNATURE----- --CfZp+rhr9WmPbCrF--