mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 19:22:08 -04:00
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>
This commit is contained in:
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user