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 E098938A718 for ; Mon, 29 Jun 2026 11:48:23 +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=1782733704; cv=none; b=cSnyc18Yr2p2144go0u2CKI0gnK0VMvxNjgltp9nfpCcD/DPl4TQS/pU+dymPNIGJHVwj3UE/rh02UTi0f4UTBdPp81/gKksK5Vc8bLSVmMKUB7k8xDXtAUsjciXzlzY3QGrGIBimvwbcMkkJGyf34FuqRu73/Qq5nQ0Ta/0rzU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782733704; c=relaxed/simple; bh=J00Pn5wN0uddYGojhlzaNFq+jOtgGNf2dYnkemvDAzI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Xm8YN10rxjKouo0AXsrC/CCAzktfn6nJYxYVZrPNjRCa4O8ApZVAbfMhNbVd8eUU5i6odKtUc3dJzEQrKDrpF+PIwAeXZf6J85qGVpQWlRIBAHL/M9nF0PZDSJHQD3qe2zl1UQlkgg/6TPPu3NsL/zTcyIbKpXh4o5MqlbMVf/w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AITq3imU; 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="AITq3imU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A0D81F00A3A; Mon, 29 Jun 2026 11:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782733703; bh=esn6g84YApgt7DeO1miYz7BTaLoRhtFrbSl9Z8uqfWY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=AITq3imU6OFzxhVMpRoPkfFMxIiEt3GTvcRUc/seqGGULitDiqU9uTlTA1E7aWwCC DhS24TRzGanWdXgXj+P91e4hxWOvKZ55CRWsFqZk1kOLUm+U2xATttkzHi5ESjGNUH bv9SjzUNN0pZ0siRbe/vDgV4BVssNRpxNB7sMjLlJumo7dkOq47P95oznwoXQbsNCD 8yPKdG2lk654esBVsQgynUyCxm8i2Yqb49YLoV/PNSePf58lmnBThLgINQXfZ1Azht oBAbL3hYjFMrxPvRTN0SGLdmnI+w05kSm/Xk0PYQjimlN+O7K5KkN9RvtOcsh7f3UV xOZKj9neDXd5A== 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: [PATCHv2 2/2] arm64: dts: socfpga: agilex5: update channel interrupts for gmac1 and gmac2 Date: Mon, 29 Jun 2026 06:48:18 -0500 Message-ID: <20260629114818.1746410-2-dinguyen@kernel.org> X-Mailer: git-send-email 2.42.0.411.g813d9a9188 In-Reply-To: <20260629114818.1746410-1-dinguyen@kernel.org> References: <20260629114818.1746410-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 --- v2: no changes --- .../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