Skip to content

Commit 7176251

Browse files
inochisaRevySR
authored andcommitted
UPSTREAM: net: stmmac: platform: Add snps,dwmac-5.00a IP compatible string
Add "snps,dwmac-5.30a" compatible string for 5.00a version that can avoid to define some platform data in the glue layer. Signed-off-by: Inochi Amaoto <[email protected]> Tested-by: Han Gao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]> (cherry picked from commit d40c1dd) Signed-off-by: Han Gao <[email protected]>
1 parent 6fcc0fd commit 7176251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ static const char * const stmmac_gmac4_compats[] = {
410410
"snps,dwmac-4.00",
411411
"snps,dwmac-4.10a",
412412
"snps,dwmac-4.20a",
413+
"snps,dwmac-5.00a",
413414
"snps,dwmac-5.10a",
414415
"snps,dwmac-5.20",
415416
"snps,dwmac-5.30a",

0 commit comments

Comments
 (0)