net: macb: Add sam9x60-macb compatibility string
authorNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 27 Sep 2019 13:08:32 +0000 (13:08 +0000)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 8 Oct 2019 06:16:11 +0000 (09:16 +0300)
Add this new compatibility string for matching sam9x60 product
macb.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
drivers/net/macb.c

index 377188e361c4f9fe98f423f64018b9945f94c7fe..1a532b0e5a4f603a75deca3edb51fc7c389a7c75 100644 (file)
@@ -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 },