From: Neil Armstrong <narmstrong@baylibre.com>
Date: Mon, 10 Sep 2018 14:44:14 +0000 (+0200)
Subject: net: designware: add meson meson gxbb compatible
X-Git-Tag: v2025.01-rc5-pxa1908~3263^2~20
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=ec353ad1b6f66832f641f7ab00c3ee9bbf0d31ff;p=u-boot.git

net: designware: add meson meson gxbb compatible

Add the compatible string for the Amlogic GXBB SoC family.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---

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" },
 	{ }
 };