Skip to content

Commit 03a2aba

Browse files
lunnPaolo Abeni
authored andcommitted
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>
1 parent 4f65ee7 commit 03a2aba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/net/ethernet/faraday/ftgmac100.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,6 +2091,9 @@ static void ftgmac100_remove(struct platform_device *pdev)
20912091
}
20922092

20932093
static const struct of_device_id ftgmac100_of_match[] = {
2094+
{ .compatible = "aspeed,ast2400-mac" },
2095+
{ .compatible = "aspeed,ast2500-mac" },
2096+
{ .compatible = "aspeed,ast2600-mac" },
20942097
{ .compatible = "faraday,ftgmac100" },
20952098
{ }
20962099
};

0 commit comments

Comments
 (0)