diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c index 23f0e4a47be20..b9948a184d356 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c @@ -195,6 +195,7 @@ MODULE_DEVICE_TABLE(of, phytium_dwmac_of_match); #ifdef CONFIG_ACPI static const struct acpi_device_id phytium_dwmac_acpi_ids[] = { + { .id = "FTGM0001" }, // compat FT2000/4 id { .id = "PHYT0004" }, { } };