Skip to content

Commit 8c86738

Browse files
Ley Foon TanDinh Nguyen
authored andcommitted
arm64: dts: socfpga: agilex: Fix gmac compatible
Fix gmac compatible string to "altr,socfpga-stmmac-a10-s10". Gmac for Agilex should use same compatible as Stratix 10. Fixes: 4b36daf ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA") Cc: [email protected] Signed-off-by: Ley Foon Tan <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]>
1 parent 98d54f8 commit 8c86738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
};
103103

104104
gmac0: ethernet@ff800000 {
105-
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.74a", "snps,dwmac";
105+
compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
106106
reg = <0xff800000 0x2000>;
107107
interrupts = <0 90 4>;
108108
interrupt-names = "macirq";
@@ -118,7 +118,7 @@
118118
};
119119

120120
gmac1: ethernet@ff802000 {
121-
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.74a", "snps,dwmac";
121+
compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
122122
reg = <0xff802000 0x2000>;
123123
interrupts = <0 91 4>;
124124
interrupt-names = "macirq";
@@ -134,7 +134,7 @@
134134
};
135135

136136
gmac2: ethernet@ff804000 {
137-
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.74a", "snps,dwmac";
137+
compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
138138
reg = <0xff804000 0x2000>;
139139
interrupts = <0 92 4>;
140140
interrupt-names = "macirq";

0 commit comments

Comments
 (0)