|
@@ -3095,6 +3095,8 @@ static const struct of_device_id sh_eth_match_table[] = {
|
|
|
{ .compatible = "renesas,ether-r8a7793", .data = &rcar_gen2_data },
|
|
|
{ .compatible = "renesas,ether-r8a7794", .data = &rcar_gen2_data },
|
|
|
{ .compatible = "renesas,ether-r7s72100", .data = &r7s72100_data },
|
|
|
+ { .compatible = "renesas,rcar-gen1-ether", .data = &rcar_gen1_data },
|
|
|
+ { .compatible = "renesas,rcar-gen2-ether", .data = &rcar_gen2_data },
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, sh_eth_match_table);
|