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:
3e3f701
)
net: designware: add meson meson gxbb compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 10 Sep 2018 14:44:14 +0000
(16:44 +0200)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:10 +0000
(14:40 +0100)
Add the compatible string for the Amlogic GXBB 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 19db0a8114ae8bc0c37766f294486ea64980ad0b..cdcc03f45e9a03258b4f835c85e24cc3ddfeab87 100644
(file)
--- a/
drivers/net/designware.c
+++ b/
drivers/net/designware.c
@@
-838,6
+838,7
@@
static const struct udevice_id designware_eth_ids[] = {
{ .compatible = "altr,socfpga-stmmac" },
{ .compatible = "amlogic,meson6-dwmac" },
{ .compatible = "amlogic,meson-gx-dwmac" },
+ { .compatible = "amlogic,meson-gxbb-dwmac" },
{ .compatible = "st,stm32-dwmac" },
{ }
};