X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fnet%2Fethernet%2Fallwinner%2Fsun4i-emac.c;h=511f6eecd58bc8153ef9cbf6a0ae021e91d8d889;hb=0fd7a820675e9eaa79678c65d6db7dc8f774c90d;hp=0cc21437478c43a031fbeb09be434e2819797f52;hpb=595bf999e3a864f40e049c67c42ecee50fb7a78a;p=~andy%2Flinux diff --git a/drivers/net/ethernet/allwinner/sun4i-emac.c b/drivers/net/ethernet/allwinner/sun4i-emac.c index 0cc21437478..511f6eecd58 100644 --- a/drivers/net/ethernet/allwinner/sun4i-emac.c +++ b/drivers/net/ethernet/allwinner/sun4i-emac.c @@ -929,6 +929,9 @@ static int emac_resume(struct platform_device *dev) } static const struct of_device_id emac_of_match[] = { + {.compatible = "allwinner,sun4i-a10-emac",}, + + /* Deprecated */ {.compatible = "allwinner,sun4i-emac",}, {}, };