net: designware: add meson meson axg compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 8 Nov 2018 16:16:11 +0000 (17:16 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:10 +0000 (14:40 +0100)
Add the compatible string for the upcoming Amlogic AXG SoC family.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/net/designware.c

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