|
@@ -71,9 +71,12 @@ err_remove_config_dt:
|
|
|
|
|
|
static const struct of_device_id dwmac_generic_match[] = {
|
|
static const struct of_device_id dwmac_generic_match[] = {
|
|
{ .compatible = "st,spear600-gmac"},
|
|
{ .compatible = "st,spear600-gmac"},
|
|
|
|
+ { .compatible = "snps,dwmac-3.50a"},
|
|
{ .compatible = "snps,dwmac-3.610"},
|
|
{ .compatible = "snps,dwmac-3.610"},
|
|
{ .compatible = "snps,dwmac-3.70a"},
|
|
{ .compatible = "snps,dwmac-3.70a"},
|
|
{ .compatible = "snps,dwmac-3.710"},
|
|
{ .compatible = "snps,dwmac-3.710"},
|
|
|
|
+ { .compatible = "snps,dwmac-4.00"},
|
|
|
|
+ { .compatible = "snps,dwmac-4.10a"},
|
|
{ .compatible = "snps,dwmac"},
|
|
{ .compatible = "snps,dwmac"},
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|