Merge tag 'mvebu-dt-3.15' of git://git.infradead.org/linux-mvebu into next/dt
[cascardo/linux.git] / drivers / net / ethernet / allwinner / sun4i-emac.c
index 0cc2143..511f6ee 100644 (file)
@@ -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",},
        {},
 };