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 884E57A20E; Tue, 12 Dec 2023 16:46:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EjIL0QCY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D63EDC433C7; Tue, 12 Dec 2023 16:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702399565; bh=2kL9c8M3mF8X30k2wAmSgFfBnjox+ipfBtSSJWGmurA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EjIL0QCYOiE/9Znph5//BdBjzkVDNmTeu1FZ8S8IXto25jVNQ5KFEImUMthV2aLss 107WRCrvDwOTLhdHE48b6ne/CRKLk+vAdrTSvu705aVd6ZA7VSv/1LZk6w783PWW+G DOEvwBP5eeXhVGe19f9UxfGzggKuDrklxvME8UfGHdhYb//uY04YAJblizStzacaXe un8HMwQa3oaUbLMv3mmWvgv+GMqcwpdc5fAnKDS/DVGR8ydVHbFSMt1UayPrqlDoNe pQ036RBnPkxUbvyfAz5PhB1FqDlXcsSP3dnImqfTDPBwwKphQJqei6seW3oMwHPVOc M3/JFxL0swcKA== Date: Tue, 12 Dec 2023 16:46:00 +0000 From: Conor Dooley To: Ji Sheng Teoh Cc: Xingyu Wu , Samin Guo , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ley Foon Tan , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100 Message-ID: <20231212-reverb-daisy-4574734ae84f@spud> References: <20231212031731.2498584-1-jisheng.teoh@starfivetech.com> <20231212031731.2498584-2-jisheng.teoh@starfivetech.com> Precedence: bulk X-Mailing-List: devicetree@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="45NKaEISDIosDalY" Content-Disposition: inline In-Reply-To: <20231212031731.2498584-2-jisheng.teoh@starfivetech.com> --45NKaEISDIosDalY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2023 at 11:17:31AM +0800, Ji Sheng Teoh wrote: > Add "starfive,jh8100-wdt" compatible string for StarFive's JH8100 > watchdog. > Since JH8100 watchdog only has 1 reset signal, update binding > document to support one reset for "starfive,jh8100-wdt" compatible. >=20 > Signed-off-by: Ley Foon Tan > Signed-off-by: Ji Sheng Teoh > --- > .../devicetree/bindings/watchdog/starfive,jh7100-wdt.yaml | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/watchdog/starfive,jh7100-w= dt.yaml b/Documentation/devicetree/bindings/watchdog/starfive,jh7100-wdt.ya= ml > index 68f3f6fd08a6..02572b16ac08 100644 > --- a/Documentation/devicetree/bindings/watchdog/starfive,jh7100-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/starfive,jh7100-wdt.yaml > @@ -27,6 +27,7 @@ properties: > enum: > - starfive,jh7100-wdt > - starfive,jh7110-wdt > + - starfive,jh8100-wdt > =20 > reg: > maxItems: 1 > @@ -45,6 +46,7 @@ properties: > - const: core > =20 > resets: > + minItems: 1 > items: > - description: APB reset > - description: Core reset This relaxes the constraints for the existing devices, please add per compatible constraints to avoid doing so. --45NKaEISDIosDalY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZXiOSAAKCRB4tDGHoIJi 0r3IAQCDEjl1GeMZyWSMhCQ1LJweHvfTiZh3K9eeYofqlwRCQQEAl3IBywhY+TCc ambGyaPu7HZyn/1K6rqqbBqODrS7qg4= =45Jl -----END PGP SIGNATURE----- --45NKaEISDIosDalY--