Skip to content

Commit 8812dff

Browse files
committed
soc: aspeed: socinfo: Add AST2625 variant
Add AST26XX series AST2625-A3 SOC ID, taken from the vendor u-boot SDK: arch/arm/mach-aspeed/ast2600/scu_info.c + SOC_ID("AST2625-A3", 0x0503040305030403), Reviewed-by: Dylan Hung <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 8b07e99 commit 8812dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/aspeed/aspeed-socinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ static struct {
2626
{ "AST2600", 0x05000303 },
2727
{ "AST2620", 0x05010203 },
2828
{ "AST2605", 0x05030103 },
29+
{ "AST2625", 0x05030403 },
2930
};
3031

3132
static const char *siliconid_to_name(u32 siliconid)

0 commit comments

Comments
 (0)