Skip to content

Commit a5e290a

Browse files
Mun Yew Thamkuba-moo
authored andcommitted
net: stmmac: dwmac-socfpga: Add xgmac support for Agilex5
Add support for Agilex5 compatible value. Signed-off-by: Mun Yew Tham <mun.yew.tham@altera.com> Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com> Link: https://patch.msgid.link/20250724154052.205706-5-matthew.gerlach@altera.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 92068a3 commit a5e290a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ static const struct socfpga_dwmac_ops socfpga_gen10_ops = {
515515
static const struct of_device_id socfpga_dwmac_match[] = {
516516
{ .compatible = "altr,socfpga-stmmac", .data = &socfpga_gen5_ops },
517517
{ .compatible = "altr,socfpga-stmmac-a10-s10", .data = &socfpga_gen10_ops },
518+
{ .compatible = "altr,socfpga-stmmac-agilex5", .data = &socfpga_gen10_ops },
518519
{ }
519520
};
520521
MODULE_DEVICE_TABLE(of, socfpga_dwmac_match);

0 commit comments

Comments
 (0)