ravb: add fallback compatibility strings
[deliverable/linux.git] / drivers / net / ethernet / renesas / ravb_main.c
index 293046d30b3bfd75ae105d445071f928936568dd..2c613d36787355cf3b6b5cd6e29b08f879329635 100644 (file)
@@ -1659,7 +1659,9 @@ static int ravb_mdio_release(struct ravb_private *priv)
 static const struct of_device_id ravb_match_table[] = {
        { .compatible = "renesas,etheravb-r8a7790", .data = (void *)RCAR_GEN2 },
        { .compatible = "renesas,etheravb-r8a7794", .data = (void *)RCAR_GEN2 },
+       { .compatible = "renesas,etheravb-rcar-gen2", .data = (void *)RCAR_GEN2 },
        { .compatible = "renesas,etheravb-r8a7795", .data = (void *)RCAR_GEN3 },
+       { .compatible = "renesas,etheravb-rcar-gen3", .data = (void *)RCAR_GEN3 },
        { }
 };
 MODULE_DEVICE_TABLE(of, ravb_match_table);
This page took 0.037715 seconds and 5 git commands to generate.