]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/designware.c
net: designware: Fix for use with current Linux device tree for Meson GX
[u-boot] / drivers / net / designware.c
index e207bc63b837fbc60db485642f49613bd8f6b1f9..a8e2a92def8c510e08d5f5b4c87e941637f6a1a5 100644 (file)
@@ -763,6 +763,7 @@ static const struct udevice_id designware_eth_ids[] = {
        { .compatible = "allwinner,sun7i-a20-gmac" },
        { .compatible = "altr,socfpga-stmmac" },
        { .compatible = "amlogic,meson6-dwmac" },
+       { .compatible = "amlogic,meson-gx-dwmac" },
        { .compatible = "st,stm32-dwmac" },
        { }
 };