diff options
| author | Andrew Lunn <andrew@lunn.ch> | 2026-02-06 11:17:41 +0800 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2026-02-10 13:40:50 +0100 |
| commit | 03a2aba50b2c0f703638c90bf2ac9dc149ecab2c (patch) | |
| tree | 7c9a1196da81433e085ebfaa115e08e39eeb4b4f /drivers | |
| parent | 4f65ee7e0cbfd6ff4db88a60a08bb10f1fdc4ecc (diff) | |
net: ftgmac100: List all compatibles
As a step towards cleanup the probe function, list each compatible the
driver supports.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
Link: https://patch.msgid.link/20260206-ftgmac-cleanup-v5-1-ad28a9067ea7@aspeedtech.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/ethernet/faraday/ftgmac100.c | 3 |
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" }, { } }; |
