mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 03:35:52 -04:00
net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
Add "snps,dwmac-5.30a" compatible string for 5.30a version that can avoid to define some platform data in the glue layer. Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Reviewed-by: Romain Gantois <romain.gantois@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://patch.msgid.link/20250307011623.440792-4-inochiama@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
f8add6654d
commit
9ef17cafc3
@@ -412,6 +412,7 @@ static const char * const stmmac_gmac4_compats[] = {
|
||||
"snps,dwmac-4.20a",
|
||||
"snps,dwmac-5.10a",
|
||||
"snps,dwmac-5.20",
|
||||
"snps,dwmac-5.30a",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user