mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
Add "snps,dwmac-5.20" compatible string for 5.20 version that can avoid to define some platform data in the glue layer. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
This commit is contained in:
parent
4541a8c5b2
commit
44ddbe966c
1 changed files with 2 additions and 1 deletions
|
@ -519,7 +519,8 @@ stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac)
|
|||
if (of_device_is_compatible(np, "snps,dwmac-4.00") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-4.10a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-4.20a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-5.10a")) {
|
||||
of_device_is_compatible(np, "snps,dwmac-5.10a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-5.20")) {
|
||||
plat->has_gmac4 = 1;
|
||||
plat->has_gmac = 0;
|
||||
plat->pmt = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue