From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8CB2526ED46 for ; Fri, 26 Jun 2026 04:25:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782447956; cv=none; b=bwsT4wrLoZNFRijycJUREkPI3dGLuRlYBC35/tVUpT+AuY7Kq6pWieTE2WgRjOPxYZwsX+tcpq8Rz5mh4/ATHjxhM1GjytHu++lKN+8yWbyC/kougshPRwcfCI6ncFO5pXA+o4VRLWeOOmru1w3CpYOPvyUSIxZWs1IlDAB0HDQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782447956; c=relaxed/simple; bh=+0lS2EMi+0h9VBI8PrlkyfQqBXQ7AVOLeURGL8w6XYk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EQqfbZTSlBTdaEBi6/p3DI+hfw0uJZeVbdgd+OQvhbzSiYka0npf+o8XHEAsFQlKGppHATpBpzd70W6powobufBtMf+EnGdkwPMz+yS/Q7WVBuVYW7tM34FE4DcNf2jbm99zM6jm4yroMSsD6tBLF65uciRq5MH7XJE3SNTk/6w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qc8/OqhU; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Qc8/OqhU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE3571F00A3A; Fri, 26 Jun 2026 04:25:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782447955; bh=qBzUdJfd68dmIuSeaZwHcyasI9FppIw8BdvAOxDiPDY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Qc8/OqhUBCEghgZsES/PikaoV8UZ5+8+UWYIjvShOEFeQ6UJoUVyrrvn7RAxRCtn/ xaXeHhLB92EQL6XR5wsHMZxFZyPSrmG53MxJxILirD4KN8r2uIOo1GhsjLlu4UO0U5 XoucDMt32VybKQtiK6bhouUvcK/PkgW/tf/ISjXrPrHcDmhzRvdXCMkw7gg9du78wC b9ccQVopuqL/WbVamlioB5zxITWu/tpHVM/kuh7nLXhVyGARj4z1zRevoc//Hgefv4 2DA06/OYUqlVwxGTYx27wdWfT85aWiro3t+MRHljhn+zgp9jL0kkP9PIEC6bqFEY6D ESTXaHv9Q33FQ== From: Dinh Nguyen To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org Cc: dinguyen@kernel.org, devicetree@vger.kernel.org, muhammad.nazim.amirul.nazle.asmade@altera.com Subject: [PATCH 2/2] arm64: dts: socfpga: agilex5: update channel interrupts for gmac1 and gmac2 Date: Thu, 25 Jun 2026 23:25:41 -0500 Message-ID: <20260626042541.1091774-2-dinguyen@kernel.org> X-Mailer: git-send-email 2.42.0.411.g813d9a9188 In-Reply-To: <20260626042541.1091774-1-dinguyen@kernel.org> References: <20260626042541.1091774-1-dinguyen@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Populate the gmac1 and gmac2 interrupt list to support 8 TX/RX queue pairs. Signed-off-by: Dinh Nguyen --- .../arm64/boot/dts/intel/socfpga_agilex5.dtsi | 72 +++++++++++++++++-- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi index 2096decb5655..f54767d1526e 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi @@ -702,8 +702,40 @@ gmac1: ethernet@10820000 { compatible = "altr,socfpga-stmmac-agilex5", "snps,dwxgmac-2.10"; reg = <0x10820000 0x3500>; - interrupts = ; - interrupt-names = "macirq"; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + interrupt-names = "macirq", + "tx-queue-0", + "tx-queue-1", + "tx-queue-2", + "tx-queue-3", + "tx-queue-4", + "tx-queue-5", + "tx-queue-6", + "tx-queue-7", + "rx-queue-0", + "rx-queue-1", + "rx-queue-2", + "rx-queue-3", + "rx-queue-4", + "rx-queue-5", + "rx-queue-6", + "rx-queue-7"; resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; reset-names = "stmmaceth", "ahb"; clocks = <&clkmgr AGILEX5_EMAC1_CLK>, @@ -816,8 +848,40 @@ gmac2: ethernet@10830000 { compatible = "altr,socfpga-stmmac-agilex5", "snps,dwxgmac-2.10"; reg = <0x10830000 0x3500>; - interrupts = ; - interrupt-names = "macirq"; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + interrupt-names = "macirq", + "tx-queue-0", + "tx-queue-1", + "tx-queue-2", + "tx-queue-3", + "tx-queue-4", + "tx-queue-5", + "tx-queue-6", + "tx-queue-7", + "rx-queue-0", + "rx-queue-1", + "rx-queue-2", + "rx-queue-3", + "rx-queue-4", + "rx-queue-5", + "rx-queue-6", + "rx-queue-7"; resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; reset-names = "stmmaceth", "ahb"; clocks = <&clkmgr AGILEX5_EMAC2_CLK>, -- 2.42.0.411.g813d9a9188