From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFA0DC27C53 for ; Mon, 17 Jun 2024 00:36:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=D7ko7n7F5uBAd13GpAo1VSiE4hXIKcC/hJ1Hgwj5GXc=; b=G7iaG/2u2ebUqI UpPmCDz3GpuDzN5QlEwqxlHy6f/sMUrbJGl8oS7b1LzV/9nN2swckk6S24OwCjQvlliWQA07hWX9T odXVf26fV6sIQag93UDCexI7MuA2pohYJnNUFBUgUBUySOea3l87EdIFShPtDy6HSvyo/g1PYCBfV 5p+P5VTRkyWlV9cwbLip/YpIIlqYkA3r/0i8Nout101UNdoIHMOxrtUhjRylDCKA/RkPL0J4ZoqqD oTCKVqbz1ASqm5/aVn9erCKFBODevAf5/Q9+FVsSgbNGIrOQ5HgbKIMA6SZtZbYb4IOxI0YZ0fqMY HU6JMQ5I1tUTnCXpBGEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJ0MY-00000008bBw-290H; Mon, 17 Jun 2024 00:36:46 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sJ0MV-00000008bBS-0LAO for linux-riscv@lists.infradead.org; Mon, 17 Jun 2024 00:36:44 +0000 Date: Mon, 17 Jun 2024 00:36:27 +0000 From: Yixun Lan To: Thomas Bonnefille Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Chen Wang , Inochi Amaoto , Chao Wei , Albert Ou , Palmer Dabbelt , Samuel Holland , Thomas Gleixner , Daniel Lezcano , Thomas Petazzoni , =?iso-8859-1?Q?Miqu=E8l?= Raynal , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH 1/5] dt-bindings: interrupt-controller: Add SOPHGO SG2002 plic Message-ID: <20240617003627.GA4008871@ofsar> References: <20240527-sg2002-v1-0-1b6cb38ce8f4@bootlin.com> <20240527-sg2002-v1-1-1b6cb38ce8f4@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240527-sg2002-v1-1-1b6cb38ce8f4@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240616_173643_173155_039ABB6E X-CRM114-Status: GOOD ( 11.84 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org hi Thomas: On 12:28 Mon 27 May , Thomas Bonnefille wrote: > Add compatible string for SOPHGO SG2002 Platform-Level Interruter > Controller. > > Signed-off-by: Thomas Bonnefille > --- > .../devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml > index 709b2211276b..7e1451f9786a 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 > @@ -67,6 +67,7 @@ properties: > - allwinner,sun20i-d1-plic > - sophgo,cv1800b-plic > - sophgo,cv1812h-plic > + - sophgo,sg2002-plic it's not necessary to introduce a new compatible name, as sg2002 use same plic IP as cv1800b I feel it's wrong to introduce sophgo,cv1812h-plic at first place, but that we can't revert? same reason also apply to clint in patch 2/5 .. > - sophgo,sg2042-plic > - thead,th1520-plic > - const: thead,c900-plic > > -- > 2.45.1 > -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv