All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: aspeed: socinfo: Add AST2625 variant
@ 2021-08-18  1:05 Joel Stanley
  2021-08-19  3:29 ` Dylan Hung
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2021-08-18  1:05 UTC (permalink / raw)
  To: Dylan Hung, Andrew Jeffery; +Cc: linux-arm-kernel, linux-aspeed

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@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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] soc: aspeed: socinfo: Add AST2625 variant
  2021-08-18  1:05 [PATCH] soc: aspeed: socinfo: Add AST2625 variant Joel Stanley
@ 2021-08-19  3:29 ` Dylan Hung
  0 siblings, 0 replies; 2+ messages in thread
From: Dylan Hung @ 2021-08-19  3:29 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery; +Cc: linux-arm-kernel, linux-aspeed

> -----Original Message-----
> From: joel.stan@gmail.com [mailto:joel.stan@gmail.com] On Behalf Of Joel
> Stanley
> Sent: 2021年8月18日 9:06 AM
> To: Dylan Hung <dylan_hung@aspeedtech.com>; Andrew Jeffery
> <andrew@aj.id.au>
> Cc: linux-arm-kernel@lists.infradead.org; linux-aspeed@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@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@aspeedtech.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-19  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18  1:05 [PATCH] soc: aspeed: socinfo: Add AST2625 variant Joel Stanley
2021-08-19  3:29 ` Dylan Hung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.