projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1870d4d
)
net: macb: Align the compatibles with kernel
author
Wenyou Yang
<wenyou.yang@atmel.com>
Fri, 14 Apr 2017 06:36:05 +0000
(14:36 +0800)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/drivers/net/macb.c
b/drivers/net/macb.c
index 08d441c897890fba698eef3e6592046c31f0264c..21a620c244c928ea954d04bf732dbfb44cf46309 100644
(file)
--- 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" },
{ }
};