From: Wenyou Yang Date: Fri, 14 Apr 2017 06:36:05 +0000 (+0800) Subject: net: macb: Align the compatibles with kernel X-Git-Tag: v2017.07-rc1~388^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75460253417213a1b9b21beee20d8f1dc8bbae8f;p=platform%2Fkernel%2Fu-boot.git net: macb: Align the compatibles with kernel Add the compatibles to align with the kernel. Signed-off-by: Wenyou Yang Acked-by: Joe Hershberger --- diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 08d441c..21a620c 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -1096,6 +1096,10 @@ static int macb_eth_ofdata_to_platdata(struct udevice *dev) static const struct udevice_id macb_eth_ids[] = { { .compatible = "cdns,macb" }, + { .compatible = "cdns,at91sam9260-macb" }, + { .compatible = "atmel,sama5d2-gem" }, + { .compatible = "atmel,sama5d3-gem" }, + { .compatible = "atmel,sama5d4-gem" }, { } };