]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: aspeed: socinfo: Add AST27xx silicon IDs
authorRyan Chen <ryan_chen@aspeedtech.com>
Thu, 7 Aug 2025 00:52:08 +0000 (08:52 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Mon, 11 Aug 2025 00:07:53 +0000 (09:37 +0930)
Extend the ASPEED SoC info driver to support AST27XX silicon IDs.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Link: https://patch.msgid.link/20250807005208.3517283-1-ryan_chen@aspeedtech.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
drivers/soc/aspeed/aspeed-socinfo.c

index 3f759121dc00a44a24de23e39540080815cb7c94..67e9ac3d08ecc8ca2a3be79f90f6cc28c24c84fe 100644 (file)
@@ -27,6 +27,10 @@ static struct {
        { "AST2620", 0x05010203 },
        { "AST2605", 0x05030103 },
        { "AST2625", 0x05030403 },
+       /* AST2700 */
+       { "AST2750", 0x06000003 },
+       { "AST2700", 0x06000103 },
+       { "AST2720", 0x06000203 },
 };
 
 static const char *siliconid_to_name(u32 siliconid)