From: Michael Tretter <m.tretter@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
BAREBOX <barebox@lists.infradead.org>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>,
Michael Tretter <m.tretter@pengutronix.de>
Subject: [PATCH 2/2] ARM: socfpga: remove obsolete gmac device tree nodes
Date: Thu, 23 Apr 2026 08:58:12 +0200 [thread overview]
Message-ID: <20260423-socfpga-agilex5-dwmac-binding-v1-2-19b4b0cddbee@pengutronix.de> (raw)
In-Reply-To: <20260423-socfpga-agilex5-dwmac-binding-v1-0-19b4b0cddbee@pengutronix.de>
The nodes for the gmacs are already defined in the imported Linux device
tree of the Agilex 5. The device tree nodes defined by barebox are no
longer in use.
Remove them.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
arch/arm/dts/socfpga_agilex5.dtsi | 51 -----------------------------
arch/arm/dts/socfpga_agilex5_axe5_eagle.dts | 1 -
2 files changed, 52 deletions(-)
diff --git a/arch/arm/dts/socfpga_agilex5.dtsi b/arch/arm/dts/socfpga_agilex5.dtsi
deleted file mode 100644
index 96039a1f36c5..000000000000
--- a/arch/arm/dts/socfpga_agilex5.dtsi
+++ /dev/null
@@ -1,51 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * Copyright (C) 2019-2023 Intel Corporation <www.intel.com>
- */
-
-&soc {
- gmac0: ethernet@10810000 {
- compatible = "intel,socfpga-dwxgmac", "snps,dwxgmac-2.10", "snps,dwxgmac";
- reg = <0x10810000 0x3500>;
- interrupts = <0 190 4>;
- interrupt-names = "macirq";
- resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
- reset-names = "stmmaceth", "stmmaceth-ocp";
- tx-fifo-depth = <32768>;
- rx-fifo-depth = <16384>;
- altr,sysmgr-syscon = <&sysmgr 0x44 0>;
- clocks = <&clkmgr AGILEX5_EMAC0_CLK>;
- clock-names = "stmmaceth";
- status = "disabled";
- };
-
- gmac1: ethernet@10820000 {
- compatible = "intel,socfpga-dwxgmac", "snps,dwxgmac-2.10", "snps,dwxgmac";
- reg = <0x10820000 0x3500>;
- interrupts = <0 207 4>;
- interrupt-names = "macirq";
- resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
- reset-names = "stmmaceth", "stmmaceth-ocp";
- tx-fifo-depth = <32768>;
- rx-fifo-depth = <16384>;
- altr,sysmgr-syscon = <&sysmgr 0x48 0>;
- clocks = <&clkmgr AGILEX5_EMAC1_CLK>;
- clock-names = "stmmaceth";
- status = "disabled";
- };
-
- gmac2: ethernet@10830000 {
- compatible = "intel,socfpga-dwxgmac", "snps,dwxgmac-2.10", "snps,dwxgmac";
- reg = <0x10830000 0x3500>;
- interrupts = <0 224 4>;
- interrupt-names = "macirq";
- resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
- reset-names = "stmmaceth", "stmmaceth-ocp";
- tx-fifo-depth = <32768>;
- rx-fifo-depth = <16384>;
- altr,sysmgr-syscon = <&sysmgr 0x4c 0>;
- clocks = <&clkmgr AGILEX5_EMAC2_CLK>;
- clock-names = "stmmaceth";
- status = "disabled";
- };
-};
diff --git a/arch/arm/dts/socfpga_agilex5_axe5_eagle.dts b/arch/arm/dts/socfpga_agilex5_axe5_eagle.dts
index f67b974f2adc..16491323da6c 100644
--- a/arch/arm/dts/socfpga_agilex5_axe5_eagle.dts
+++ b/arch/arm/dts/socfpga_agilex5_axe5_eagle.dts
@@ -4,7 +4,6 @@
*/
#include <arm64/intel/socfpga_agilex5.dtsi>
-#include "socfpga_agilex5.dtsi"
/ {
model = "SoCFPGA Agilex5 AXE5-Eagle";
--
2.47.3
next prev parent reply other threads:[~2026-04-23 6:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-23 6:58 [PATCH 0/2] ARM: socfpga: xgmac: switch to upstream device tree Michael Tretter
2026-04-23 6:58 ` [PATCH 1/2] net: xgmac: switch to upstream compatible Michael Tretter
2026-04-23 6:58 ` Michael Tretter [this message]
2026-04-27 7:23 ` [PATCH 0/2] ARM: socfpga: xgmac: switch to upstream device tree Sascha Hauer
2026-04-27 10:59 ` Michael Tretter
2026-04-27 12:30 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260423-socfpga-agilex5-dwmac-binding-v1-2-19b4b0cddbee@pengutronix.de \
--to=m.tretter@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
--cc=s.trumtrar@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox