]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:34:02 +0000 (15:34 -0500)
[ Upstream commit c30dcfd4b5a0f0e3fe7138bf287f6de6b1b00278 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
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)