projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f65ee7
)
net: ftgmac100: List all compatibles
author
Andrew Lunn
<andrew@lunn.ch>
Fri, 6 Feb 2026 03:17:41 +0000
(11:17 +0800)
committer
Paolo Abeni
<pabeni@redhat.com>
Tue, 10 Feb 2026 12:40:50 +0000
(13:40 +0100)
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>
drivers/net/ethernet/faraday/ftgmac100.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/faraday/ftgmac100.c
b/drivers/net/ethernet/faraday/ftgmac100.c
index
a863f78
..
bd768a9
100644
(file)
--- 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" },
{ }
};