net: designware: add meson meson gxbb compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 10 Sep 2018 14:44:14 +0000 (16:44 +0200)
committerNeil 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

index 19db0a8114ae8bc0c37766f294486ea64980ad0b..cdcc03f45e9a03258b4f835c85e24cc3ddfeab87 100644 (file)
@@ -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" },
        { }
 };