projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37bd051
)
net: macb: Add sam9x60-macb compatibility string
author
Nicolas Ferre
<nicolas.ferre@microchip.com>
Fri, 27 Sep 2019 13:08:32 +0000
(13:08 +0000)
committer
Eugen 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
patch
|
blob
|
history
diff --git
a/drivers/net/macb.c
b/drivers/net/macb.c
index 377188e361c4f9fe98f423f64018b9945f94c7fe..1a532b0e5a4f603a75deca3edb51fc7c389a7c75 100644
(file)
--- a/
drivers/net/macb.c
+++ b/
drivers/net/macb.c
@@
-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 },