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 CA965314A94; Fri, 20 Feb 2026 09:23:24 +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=1771579404; cv=none; b=GgvvDtaRvIdpAmsJyUuNfRIUV6oW8CPSsoNyz8Jq1QeyiPtkrgEved5RVyaTRT0JH9SlPydAIfj5h7ozBFY0yuyDTuv9/WokN0T86sMb/N4vm+48wZg4mWYEhebJM7kA2coO5n6XH3wpXZJ1YgZe3EO/5bnX/HHi/XrN6uYPKlg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771579404; c=relaxed/simple; bh=ZVuv+x9tPz+fDZyhArJNw6i1SChHYu51WPdKwBP8+Bw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=syGH7X4FT2axJgcpMA16au1raOFOXaHgMk2hE7+Dk3LzH6JrVl+oQqUX5fFXhO8tpRDqAHwqDC+XEyO4QJskWz4Jhbm2J/2R2qeImTkRBmENk5XApO0fPkZRIwwfiWNC4XBx2Y7d9B9W/uOEDABIhS11E1S7kGgZWWIzHWFaG7M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Hyv6KPsN; 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="Hyv6KPsN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E031C116C6; Fri, 20 Feb 2026 09:23:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771579404; bh=ZVuv+x9tPz+fDZyhArJNw6i1SChHYu51WPdKwBP8+Bw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hyv6KPsNMuwhEbvzZUJbwLNH0LcFZBIWp64TFIMsMaQcjJy2M3zCIwNREfnyporKy kFOOZRxjAoYtnAIlYeyS3+fcuY8pRih7PfL5ZR7k5dF8WBDEAwzpVdC80pnPTO2s0O 6RbqyrKQlnKidPOjyuTTJjrxlZs8vnLZQE13kiuTrjkAtXmZeR8fQK6ZGp/0IhW6SW tg/csmgsV1lSz/gBE91qjXkaAKxDJRe0C6m9z5gnN4lL4RBXPp7WJXnZ5vPoxg8KVW j/OG3ZcT6rvz/BoDP+YvC/BTT8fOGozqViAdbfj7ABjxoC/LrO+AyTdRY4hGiY9QKU nh3IEhKMLGkvw== Date: Fri, 20 Feb 2026 09:23:18 +0000 From: Conor Dooley To: Max Hsu Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Samuel Holland , Nicolas Ferre , Claudiu Beznea , Thomas Gleixner , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Paul Walmsley Subject: Re: [PATCH 2/5] dt-bindings: interrupt-controller: Add SiFive FU740-C000 PLIC Message-ID: <20260220-contest-ambiguity-1a4099520bdf@spud> References: <20260220-fu740-v1-0-c8af54130c58@sifive.com> <20260220-fu740-v1-2-c8af54130c58@sifive.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="mSZIL8+HAWfjN46u" Content-Disposition: inline In-Reply-To: <20260220-fu740-v1-2-c8af54130c58@sifive.com> --mSZIL8+HAWfjN46u Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 20, 2026 at 04:27:06PM +0800, Max Hsu wrote: > Add the SiFive FU740-C000 PLIC compatible string to the binding > documentation. >=20 > This follows the SiFive IP versioning scheme which requires SoC-specific > compatible strings for proper hardware identification, even when the IP > blocks are functionally identical. So do the general rules for devicetree bindings, that's not something SiFive specific FWIW. Acked-by: Conor Dooley >=20 > Signed-off-by: Max Hsu > --- > .../devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml = | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifiv= e,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/= sifive,plic-1.0.0.yaml > index e0267223887e..351d26ab1956 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-= 1.0.0.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-= 1.0.0.yaml > @@ -63,6 +63,7 @@ properties: > - eswin,eic7700-plic > - microchip,pic64gx-plic > - sifive,fu540-c000-plic > + - sifive,fu740-c000-plic > - spacemit,k1-plic > - starfive,jh7100-plic > - starfive,jh7110-plic >=20 > --=20 > 2.43.0 >=20 --mSZIL8+HAWfjN46u Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaZgoAgAKCRB4tDGHoIJi 0iyBAQD6/QrKP5wWk8N0yZGMywRDF9hJKlEcvyWXA/wDi+YeYgD+NOLhtmQyyOmQ LB+WDVS88sSEEulhWbQdhniOZQPG/gc= =DGDe -----END PGP SIGNATURE----- --mSZIL8+HAWfjN46u--