]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
net: macb: Align the compatibles with kernel
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 14 Apr 2017 06:36:05 +0000 (14:36 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
Add the compatibles to align with the kernel.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/macb.c

index 08d441c897890fba698eef3e6592046c31f0264c..21a620c244c928ea954d04bf732dbfb44cf46309 100644 (file)
@@ -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" },
        { }
 };