mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
net: macb: Add sam9x60-macb compatibility string
Add this new compatibility string for matching sam9x60 product macb. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
This commit is contained in:
committed by
Eugen Hristev
parent
37bd051e92
commit
39fa41608b
@@ -1321,6 +1321,7 @@ static const struct macb_config sifive_config = {
|
||||
static const struct udevice_id macb_eth_ids[] = {
|
||||
{ .compatible = "cdns,macb" },
|
||||
{ .compatible = "cdns,at91sam9260-macb" },
|
||||
{ .compatible = "cdns,sam9x60-macb" },
|
||||
{ .compatible = "atmel,sama5d2-gem" },
|
||||
{ .compatible = "atmel,sama5d3-gem" },
|
||||
{ .compatible = "atmel,sama5d4-gem", .data = (ulong)&sama5d4_config },
|
||||
|
Reference in New Issue
Block a user