|
@@ -265,6 +265,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, const char **mac)
|
|
|
* once needed on other platforms.
|
|
|
*/
|
|
|
if (of_device_is_compatible(np, "st,spear600-gmac") ||
|
|
|
+ of_device_is_compatible(np, "snps,dwmac-3.50a") ||
|
|
|
of_device_is_compatible(np, "snps,dwmac-3.70a") ||
|
|
|
of_device_is_compatible(np, "snps,dwmac")) {
|
|
|
/* Note that the max-frame-size parameter as defined in the
|