From: Neil Armstrong Date: Thu, 8 Nov 2018 16:16:11 +0000 (+0100) Subject: net: designware: add meson meson axg compatible X-Git-Tag: v2019.01-rc1~20^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71a38a8e8e2828a3e1165585e134802be8ee05a7;p=oweals%2Fu-boot.git net: designware: add meson meson axg compatible Add the compatible string for the upcoming Amlogic AXG SoC family. Signed-off-by: Neil Armstrong --- diff --git a/drivers/net/designware.c b/drivers/net/designware.c index cdcc03f45e..4fa26abc1b 100644 --- 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" }, { } };