[PATCH] soc: aspeed: socinfo: Add AST2625 variant
Dylan Hung
dylan_hung at aspeedtech.com
Thu Aug 19 13:29:27 AEST 2021
> -----Original Message-----
> From: joel.stan at gmail.com [mailto:joel.stan at gmail.com] On Behalf Of Joel
> Stanley
> Sent: 2021年8月18日 9:06 AM
> To: Dylan Hung <dylan_hung at aspeedtech.com>; Andrew Jeffery
> <andrew at aj.id.au>
> Cc: linux-arm-kernel at lists.infradead.org; linux-aspeed at lists.ozlabs.org
> Subject: [PATCH] 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),
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
> Dylan, can you please review this for me?
>
> drivers/soc/aspeed/aspeed-socinfo.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/aspeed/aspeed-socinfo.c
> b/drivers/soc/aspeed/aspeed-socinfo.c
> index e3215f826d17..1ca140356a08 100644
> --- a/drivers/soc/aspeed/aspeed-socinfo.c
> +++ b/drivers/soc/aspeed/aspeed-socinfo.c
> @@ -26,6 +26,7 @@ static struct {
> { "AST2600", 0x05000303 },
> { "AST2620", 0x05010203 },
> { "AST2605", 0x05030103 },
> + { "AST2625", 0x05030403 },
> };
>
> static const char *siliconid_to_name(u32 siliconid)
> --
> 2.32.0
Reviewed-by: Dylan Hung <dylan_hung at aspeedtech.com>
More information about the Linux-aspeed
mailing list