]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/fec_mpc52xx.c
firewire: fw-ohci: make sure HCControl register LPS bit is set
[linux-2.6-omap-h63xx.git] / drivers / net / fec_mpc52xx.c
index f91ee700e605c051990afb27d350ac38c296b6ff..fe59c27c09e3897c92da655abbd22ce1b06b9193 100644 (file)
@@ -1057,10 +1057,9 @@ static int mpc52xx_fec_of_resume(struct of_device *op)
 #endif
 
 static struct of_device_id mpc52xx_fec_match[] = {
-       {
-               .type           = "network",
-               .compatible     = "mpc5200-fec",
-       },
+       { .type = "network", .compatible = "fsl,mpc5200b-fec", },
+       { .type = "network", .compatible = "fsl,mpc5200-fec", },
+       { .type = "network", .compatible = "mpc5200-fec", },
        { }
 };