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 A19F618BC3B; Thu, 29 Jan 2026 17:39:25 +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=1769708365; cv=none; b=NlwPqwu16xV07pMWAOJ1UYTHW02U7UUjXqXluBoMHJqVJ/z0ikYWOLvPYJZEng/b9wjNKkIZ9twa3SW/C5SiLKUcxBHZai9optOe42PPFWggi64JKvtXcuthmkAKz4b0h2sUsezcRfMXORhDU5jGfy7ZB7MA/ARWmmc+EHCjVOY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769708365; c=relaxed/simple; bh=KT9Y+oFfVF9aQj5amwkO7yZGPBVgZJex/Cd1L2xGskk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sQ/3dSvRmsQtgCmlrnkZGJqlrPFmXeQ9m2ACwJ6yPb22WasIIsX6RoLFs0gcpNaM04TqvaH2huBOTxxGJj8uynvpELzLCkuMRCNaMz21rmKHXpQch6pzm1GIrrVT03tX7NhhtBTIfdv/Bp8HBH1dFFOgIpkgqJdejDrqkdYi4pA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R/bz7/nU; 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="R/bz7/nU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDA3CC4CEF7; Thu, 29 Jan 2026 17:39:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769708365; bh=KT9Y+oFfVF9aQj5amwkO7yZGPBVgZJex/Cd1L2xGskk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R/bz7/nUcm73NNHYaXDjV6LlDtTC/cbxkrnckPacaYuKwkpLN2JIqD8MBfcF4Usbl BYynq79zVE8C4QxGbq7Dx/bL9qczwl8MXMWF99/mHTlcCeDiFtuSZ9dNtfecCKWddD yyX/d+ZDzhoiKiL38eld+fGuPo8qyEiaB3iz4U4indW3UFg1J/ww/5GW13AWIerv9g 2G0o/3wm1FFTcRBcA+tRrpGldtjgZDVVn7AhxsTMV7nXvQ+3ka6Sc9Vb/qcgzk/c8G KosTS+EWSAf5k5pnDLWbWRQ+2IsPctDu41Ll5SVAlex53VCZg1CSdfg008d+DI7IOK bEBv8PFlxpEeA== Date: Thu, 29 Jan 2026 17:39:19 +0000 From: Conor Dooley To: Fabrizio Castro Cc: Rob Herring , Guenter Roeck , Michael Turquette , Stephen Boyd , Wim Van Sebroeck , Krzysztof Kozlowski , Geert Uytterhoeven , Conor Dooley , Magnus Damm , Lad Prabhakar , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Wolfram Sang , linux-clk@vger.kernel.org, Biju Das Subject: Re: [PATCH mainline-linux 1/3] dt-bindings: watchdog: renesas,r9a09g057-wdt: Rework example Message-ID: <20260129-stapling-nemesis-66ba56d68967@spud> References: <20260129140731.12633-1-fabrizio.castro.jz@renesas.com> <20260129140731.12633-2-fabrizio.castro.jz@renesas.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-sha512; protocol="application/pgp-signature"; boundary="36Iy0USQuZYBEeUt" Content-Disposition: inline In-Reply-To: <20260129140731.12633-2-fabrizio.castro.jz@renesas.com> --36Iy0USQuZYBEeUt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 29, 2026 at 02:07:29PM +0000, Fabrizio Castro wrote: > When the bindings for the Renesas RZ/V2H(P) SoC were factored > out IP WDT0 was selected for the example, however the HW user > manual states that only IP WDT1 can be used by Linux. >=20 > This commit is part of a series that removes WDT{0,2,3} support > from the kernel, therefore the example from the bindings has > lost its meaning. >=20 > Update the example accordingly. >=20 > Fixes: fcba2855251f ("dt-bindings: watchdog: factor out RZ/V2H(P) watchdo= g") Given this is an example, I don't think a fixes tag is appropriate here. > Signed-off-by: Fabrizio Castro > --- > .../bindings/watchdog/renesas,r9a09g057-wdt.yaml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/watchdog/renesas,r9a09g057= -wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,r9a09g057-wd= t.yaml > index 099200c4f136..975c5aa4d747 100644 > --- a/Documentation/devicetree/bindings/watchdog/renesas,r9a09g057-wdt.ya= ml > +++ b/Documentation/devicetree/bindings/watchdog/renesas,r9a09g057-wdt.ya= ml > @@ -89,11 +89,11 @@ examples: > - | > #include > =20 > - watchdog@11c00400 { > + watchdog@14400000 { > compatible =3D "renesas,r9a09g057-wdt"; > - reg =3D <0x11c00400 0x400>; > - clocks =3D <&cpg CPG_MOD 0x4b>, <&cpg CPG_MOD 0x4c>; > + reg =3D <0x14400000 0x400>; > + clocks =3D <&cpg CPG_MOD 0x4d>, <&cpg CPG_MOD 0x4e>; > clock-names =3D "pclk", "oscclk"; > - resets =3D <&cpg 0x75>; > + resets =3D <&cpg 0x76>; > power-domains =3D <&cpg>; > }; > --=20 > 2.34.1 >=20 --36Iy0USQuZYBEeUt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaXubRwAKCRB4tDGHoIJi 0lBcAQC0EDSn53pnjYPwW7yaAQRSTfdNWkeeDh0Helx+Uio94QD/c6Dq+BmG2MpU dkCXXyCps/axpgVwbMc1XZ3mmP6/cA0= =ebJj -----END PGP SIGNATURE----- --36Iy0USQuZYBEeUt--