net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string

Add compatible string for 5.40a version that can avoid to define some
platform data in the glue layer.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/20260316010041.164360-3-inochiama@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Inochi Amaoto
2026-03-16 09:00:38 +08:00
committed by Jakub Kicinski
parent bb30400a56
commit d35aa97ea9

View File

@@ -403,6 +403,7 @@ static const char * const stmmac_gmac4_compats[] = {
"snps,dwmac-5.10a",
"snps,dwmac-5.20",
"snps,dwmac-5.30a",
"snps,dwmac-5.40a",
NULL
};