From: Marek Vasut Date: Sat, 25 Jul 2015 16:38:44 +0000 (+0200) Subject: net: designware: Add SoCFPGA GMAC DT compatible string X-Git-Tag: v2015.10-rc2~389 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9628595b40ec30e1b60ef437127a7b332ee4835;p=u-boot net: designware: Add SoCFPGA GMAC DT compatible string Add the OF compatible property to match the SoCFPGA GMAC. Signed-off-by: Marek Vasut Cc: Dinh Nguyen Acked-by: Joe Hershberger --- diff --git a/drivers/net/designware.c b/drivers/net/designware.c index bcae842389..cadf3c8e5d 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -608,6 +608,7 @@ static int designware_eth_ofdata_to_platdata(struct udevice *dev) static const struct udevice_id designware_eth_ids[] = { { .compatible = "allwinner,sun7i-a20-gmac" }, + { .compatible = "altr,socfpga-stmmac" }, { } };