summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/faraday/ftgmac100.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c
index a863f7841210..bd768a93b9e6 100644
--- a/drivers/net/ethernet/faraday/ftgmac100.c
+++ b/drivers/net/ethernet/faraday/ftgmac100.c
@@ -2091,6 +2091,9 @@ static void ftgmac100_remove(struct platform_device *pdev)
}
static const struct of_device_id ftgmac100_of_match[] = {
+ { .compatible = "aspeed,ast2400-mac" },
+ { .compatible = "aspeed,ast2500-mac" },
+ { .compatible = "aspeed,ast2600-mac" },
{ .compatible = "faraday,ftgmac100" },
{ }
};