[PATCH v5 06/10] arm64: dts: socfpga: agilex5: add dwxgmac compatible
Steffen Trumtrar
s.trumtrar at pengutronix.de
Fri Oct 24 05:20:09 PDT 2025
Hi Dinh,
On 2025-10-24 at 07:00 -05, Dinh Nguyen <dinguyen at kernel.org> wrote:
> Hi Steffen,
>
> On 10/24/25 06:49, Steffen Trumtrar wrote:
> > The gmac0/1/2 are also compatible to the more generic "snps,dwxgmac"
> > compatible. The platform code checks this to decide if it is a GMAC or
> > GMAC4 compatible IP core.
> > Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> > ---
> > arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 9 ++++++---
> > 1 file changed, 6 insertions(+), 3 deletions(-)
> > diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> > b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> > index 4ccfebfd9d322..d0c139f03541e 100644
> > --- a/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> > +++ b/arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
> > @@ -536,7 +536,8 @@ qspi: spi at 108d2000 {
> > gmac0: ethernet at 10810000 {
> > compatible = "altr,socfpga-stmmac-agilex5",
> > - "snps,dwxgmac-2.10";
> > + "snps,dwxgmac-2.10",
> > + "snps,dwxgmac";
> > reg = <0x10810000 0x3500>;
> > interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
> > interrupt-names = "macirq";
> > @@ -649,7 +650,8 @@ queue7 {
> > gmac1: ethernet at 10820000 {
> > compatible = "altr,socfpga-stmmac-agilex5",
> > - "snps,dwxgmac-2.10";
> > + "snps,dwxgmac-2.10",
> > + "snps,dwxgmac";
> > reg = <0x10820000 0x3500>;
> > interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
> > interrupt-names = "macirq";
> > @@ -762,7 +764,8 @@ queue7 {
> > gmac2: ethernet at 10830000 {
> > compatible = "altr,socfpga-stmmac-agilex5",
> > - "snps,dwxgmac-2.10";
> > + "snps,dwxgmac-2.10",
> > + "snps,dwxgmac";
> > reg = <0x10830000 0x3500>;
> > interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
> > interrupt-names = "macirq";
> >
>
> I just sent a patch for this yesterday:
>
> https://lore.kernel.org/all/20251023214012.283600-1-dinguyen@kernel.org/
>
ah, I missed that, than this patch is unneccessary.
> I'll make sure to include you on future submissions.
>
> I didn't add it to the bindings document though.
>
As I always get complains from dt-check bot, I remembered to add it ;)
Best regards,
Steffen
--
Pengutronix e.K. | Dipl.-Inform. Steffen Trumtrar |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686| Fax: +49-5121-206917-5555 |
More information about the linux-arm-kernel
mailing list