From: Neil Armstrong Date: Mon, 10 Sep 2018 14:44:14 +0000 (+0200) Subject: net: designware: add meson meson gxbb compatible X-Git-Tag: v2019.01-rc1~20^2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec353ad1b6f66832f641f7ab00c3ee9bbf0d31ff;p=oweals%2Fu-boot.git net: designware: add meson meson gxbb compatible Add the compatible string for the Amlogic GXBB SoC family. Signed-off-by: Neil Armstrong --- diff --git a/drivers/net/designware.c b/drivers/net/designware.c index 19db0a8114..cdcc03f45e 100644 --- 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" }, { } };