mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +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:
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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user