diff options
| author | Tom Rini <trini@konsulko.com> | 2018-11-29 09:33:33 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-11-29 15:16:58 -0500 |
| commit | 93e72ac472b537bb4b0c6a97a7e6aab2b37860c6 (patch) | |
| tree | 8e7d49ad640f6c6cd94e8a298f675937ab1f7953 /drivers/net | |
| parent | e16c888fab5014b022d5781dc534f204460a073b (diff) | |
| parent | d96a782d09dbdc4a28ece3d18dc17a572e39d4f2 (diff) | |
Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic
Cleanup and update towards support for Amlogic Meson AXG SoCs :
- mmc: meson-gx: Add AXG compatible
- net: designware: add meson meson compatibles
- Amlogic Meson cleanup for AXG SoC support
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/designware.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/designware.c b/drivers/net/designware.c index 19db0a8114a..4fa26abc1b8 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -838,6 +838,8 @@ 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 = "amlogic,meson-axg-dwmac" }, { .compatible = "st,stm32-dwmac" }, { } }; |
