From patchwork Tue Mar 11 07:34:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pinkesh Vaghela X-Patchwork-Id: 14011239 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 4CE3CC35FF4 for ; Tue, 11 Mar 2025 07:36:06 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=piSMAl1oaVjIwYmhGKvTWQ3PN6goOPGtgxDE4j2IgpU=; b=htxczbsYyTr3Lq rNJI31qJpmo2Z84Dkb1hzzqHbIGpN1lItUBMXLVJ/w0zOO49VeEQZWLosMBsq58tvmrR7vw4b3BU+ M/JKxbgkIA+ae4XM1D520lGErRnf5Dn/YlB7d1fWpLLXIKUcqaxI4+i0DIISKGJgR6/VsUTW6Z0WJ 1fEwzo91VMee3/lN/pPGA3LGkhqEc2YxUw018DmV2GYT9/M9xj3TWBndJi1lBzYsikBbfoQsF09fu w5htMyP+gSQu2Z6FOd7RSm8IS1QJQUozQpjusyiFUMhlE8eIKDZ35jBhZG+eB0tScPBFQVEZFGB99 ylPRMasJOc2WKXIYtjnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tru9g-00000004r2A-10Qn; Tue, 11 Mar 2025 07:36:00 +0000 Received: from naesa03.arrow.com ([216.150.161.23]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tru8R-00000004qda-0Mnz for linux-riscv@lists.infradead.org; Tue, 11 Mar 2025 07:34:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=einfochips.com; i=@einfochips.com; l=1066; q=dns/txt; s=NAESA-Selector1; t=1741678483; x=1773214483; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ngmpsXm3zPcGmQ7jHDdbE+hrpXU5UNyN6YCKOT2opCY=; b=Zl4CJ3oeJh04YfTkxiigfa4PzV5JRVhgegmk65gg/BBWNiaUHQLqtb4E kVoW9KIgtOjWBoIaL0JwfGPGNKGxAuVE+zxd2BjOPpAN8iZF66td9PX1d hvZVpvULXgvWSxkxj+Y05Vqu49DT0bTPBFqWhiz1ILvnEUGuDrIOO2joO v876bkPH+1u4QYT5R1B1jxB0BQb6m5FoEmQSwJyd0XLf8VSZ68/k8artm w6lSTpsw3AiyoxLZRnuZcgzMivMo7lmOqxLmDaVmNEbBnrytzylTpP8T2 v2PHB11celTTtwwiLQ7rAmVJtaAkyhcafCTU/fzAZyXvCvstp4T/BpEhG A==; X-CSE-ConnectionGUID: z5e0QINTTNOSe7jJE75fCw== X-CSE-MsgGUID: HJXydEsaS56gIm0Dt4eblQ== X-IronPort-AV: E=Sophos;i="6.14,238,1736838000"; d="scan'208";a="79624745" Received: from unknown (HELO eicahmirelay01.einfochips.com) ([10.100.49.50]) by naesa03out.arrow.com with ESMTP; 11 Mar 2025 01:34:42 -0600 Received: from AHMCPU1888.ap.corp.arrow.com ([172.25.5.100]) by eicahmirelay01.einfochips.com with Microsoft SMTPSVC(10.0.14393.4169); Tue, 11 Mar 2025 13:04:33 +0530 From: Pinkesh Vaghela To: Conor Dooley , Rob Herring , Krzysztof Kozlowski , Thomas Gleixner Cc: Paul Walmsley , Samuel Holland , Palmer Dabbelt , Albert Ou , Daniel Lezcano , Min Lin , Pinkesh Vaghela , Pritesh Patel , Yangyu Chen , Lad Prabhakar , Yu Chien Peter Lin , Charlie Jenkins , Kanak Shilledar , Darshan Prajapati , Neil Armstrong , Heiko Stuebner , Aradhya Bhatia , rafal@milecki.pl, Anup Patel , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 07/10] dt-bindings: interrupt-controller: Add ESWIN EIC7700 PLIC Date: Tue, 11 Mar 2025 13:04:29 +0530 Message-Id: <20250311073432.4068512-8-pinkesh.vaghela@einfochips.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250311073432.4068512-1-pinkesh.vaghela@einfochips.com> References: <20250311073432.4068512-1-pinkesh.vaghela@einfochips.com> MIME-Version: 1.0 X-OriginalArrivalTime: 11 Mar 2025 07:34:33.0130 (UTC) FILETIME=[084860A0:01DB9258] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250311_003443_186970_DEB8094A X-CRM114-Status: UNSURE ( 7.40 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org From: Darshan Prajapati Add compatible string for ESWIN EIC7700 PLIC. Signed-off-by: Darshan Prajapati Reviewed-by: Samuel Holland Signed-off-by: Pinkesh Vaghela Acked-by: Conor Dooley --- .../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 3dfe425909d1..ea7093fde060 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 @@ -58,6 +58,7 @@ properties: - items: - enum: - canaan,k210-plic + - eswin,eic7700-plic - sifive,fu540-c000-plic - spacemit,k1-plic - starfive,jh7100-plic