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:
ec353ad
)
net: designware: add meson meson axg compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Thu, 8 Nov 2018 16:16:11 +0000
(17:16 +0100)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:10 +0000
(14:40 +0100)
Add the compatible string for the upcoming Amlogic AXG SoC family.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/net/designware.c
patch
|
blob
|
history
diff --git
a/drivers/net/designware.c
b/drivers/net/designware.c
index cdcc03f45e9a03258b4f835c85e24cc3ddfeab87..4fa26abc1b870277d9f461b862a8ab7edbcc2364 100644
(file)
--- a/
drivers/net/designware.c
+++ b/
drivers/net/designware.c
@@
-839,6
+839,7
@@
static const struct udevice_id designware_eth_ids[] = {
{ .compatible = "amlogic,meson6-dwmac" },
{ .compatible = "amlogic,meson-gx-dwmac" },
{ .compatible = "amlogic,meson-gxbb-dwmac" },
+ { .compatible = "amlogic,meson-axg-dwmac" },
{ .compatible = "st,stm32-dwmac" },
{ }
};