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 21EE6408036; Tue, 19 May 2026 16:26:23 +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=1779207984; cv=none; b=rujgiThiLx9DZ2Z5m2r/B7LtoKiYJGGWY7bUkM0Bf2TD83NKrtuB0111q44YWoFiTDeYXwvZ6SFaT/tnhbrDb2X/vkjTH6FUWDPHpNCrbNbZju8wW7W6tYAeriKZWqXYZE7zp18RZdHvpdrDd2zFu4z1K0gpCUkeunAUwS5/7+A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779207984; c=relaxed/simple; bh=Qy8QoqcoKmC+wIgqZfA1zyTVHnYh+FOeAPm5arCsYp0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hruaWzsm+B6xQBY9cpTmOSGSPWcc9yJ2vDSZXF+6Tz2+IMXltoJTytVj4OGZBysooVuORqTqFCNIFy0La6ClGelMDFHjGj+1b6aLYESSSydQhse1fqQS6ZH2mRnQSOM4+pHAbBPMGtlxPq8cKRi4gNB2d4L4zPDTMAQyxwsTLIw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cRinJTw+; 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="cRinJTw+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72FDCC2BCB3; Tue, 19 May 2026 16:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779207983; bh=Qy8QoqcoKmC+wIgqZfA1zyTVHnYh+FOeAPm5arCsYp0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cRinJTw+v12QFhn920KBVhuNR6fkaX0Oedb+lxn663iShQNZAzFOzLkkWuZfxFrKq GnnlaBL5vrv1ULvSS3lNSEGO7412CrOfWcmkbwq3QX8DnR7TgZEU4j/EVkvUbtt3z/ rrp5ZJ3p8vH/3H5drTsTq/MDcqk8dgvc5OltqScXp8UQfPTfethD9A+SZ7HqJt42Sl +pzjKx7hWynYsu+UV9Rrp3+A1PubnedhgK0hbJt2avrrIyIpSsjoroyVx7xyvspaFd JlpYnUJxJOuMtiF8e3qjHyTwKt+Yfwc1a68k655NbkKVO0Xfug555iTIJDCntq0xNF 1uqsJppbYkNXw== Date: Tue, 19 May 2026 17:26:18 +0100 From: Conor Dooley To: Minda Chen Cc: Alexandre Torgue , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, devicetree@vger.kernel.org Subject: Re: [net-next v4 2/5] dt-bindings: net: starfive,jh7110-dwmac: Add jhb100 support Message-ID: <20260519-darn-defile-a3d944c0dba3@spud> References: <20260519101436.111476-1-minda.chen@starfivetech.com> <20260519101436.111476-3-minda.chen@starfivetech.com> Precedence: bulk X-Mailing-List: netdev@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="HT5hQBTU+Tnwer0i" Content-Disposition: inline In-Reply-To: <20260519101436.111476-3-minda.chen@starfivetech.com> --HT5hQBTU+Tnwer0i Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 19, 2026 at 06:14:33PM +0800, Minda Chen wrote: > The jhb100 GMAC still using Synopsys designware GMAC core. > hardware features are similar with jh7100. > Add jhb100 GMAC compatible and reset, interrupts features. > jhb100 dwmac has only one reset signal and one interrupt > line. >=20 > Signed-off-by: Minda Chen Acked-by: Conor Dooley pw-bot: not-applicable > --- > .../bindings/net/starfive,jh7110-dwmac.yaml | 51 ++++++++++++++----- > 1 file changed, 37 insertions(+), 14 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.= yaml b/Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.yaml > index 0d1962980f57..06aeaa0f6f00 100644 > --- a/Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.yaml > +++ b/Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.yaml > @@ -30,6 +30,10 @@ properties: > - items: > - const: starfive,jh7110-dwmac > - const: snps,dwmac-5.20 > + - items: > + - const: starfive,jhb100-dwmac > + - const: starfive,jh7110-dwmac > + - const: snps,dwmac-5.20 > =20 > reg: > maxItems: 1 > @@ -107,20 +111,39 @@ allOf: > contains: > const: starfive,jh7110-dwmac > then: > - properties: > - interrupts: > - minItems: 3 > - maxItems: 3 > - > - interrupt-names: > - minItems: 3 > - maxItems: 3 > - > - resets: > - minItems: 2 > - > - reset-names: > - minItems: 2 > + if: > + properties: > + compatible: > + contains: > + const: starfive,jhb100-dwmac > + then: > + properties: > + interrupts: > + maxItems: 1 > + > + interrupt-names: > + const: macirq > + > + resets: > + maxItems: 1 > + > + reset-names: > + const: stmmaceth > + else: > + properties: > + interrupts: > + minItems: 3 > + maxItems: 3 > + > + interrupt-names: > + minItems: 3 > + maxItems: 3 > + > + resets: > + minItems: 2 > + > + reset-names: > + minItems: 2 > =20 > unevaluatedProperties: false > =20 > --=20 > 2.17.1 >=20 >=20 --HT5hQBTU+Tnwer0i Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCagyPKgAKCRB4tDGHoIJi 0sJbAP9qcQjjYmdzs3mA7s2jgBwSRmbrpPIutubexecBL2+LAQD/Tubz2r6RkcOF 8ENzU9A2gnZrpCSUsB7rCh4vpTVEMAw= =w5ur -----END PGP SIGNATURE----- --HT5hQBTU+Tnwer0i--