mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
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 <inochiama@gmail.com> Tested-by: Han Gao <rabenda.cn@gmail.com> Link: https://patch.msgid.link/20250708064052.507094-4-inochiama@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
543009e2d4
commit
d40c1ddd9b
1 changed files with 1 additions and 0 deletions
|
|
@ -410,6 +410,7 @@ static const char * const stmmac_gmac4_compats[] = {
|
|||
"snps,dwmac-4.00",
|
||||
"snps,dwmac-4.10a",
|
||||
"snps,dwmac-4.20a",
|
||||
"snps,dwmac-5.00a",
|
||||
"snps,dwmac-5.10a",
|
||||
"snps,dwmac-5.20",
|
||||
"snps,dwmac-5.30a",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue