Linux-Aspeed Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] soc: aspeed: socinfo: Add AST27xx silicon IDs
@ 2025-08-07  0:52 Ryan Chen
  2025-08-08  1:59 ` Andrew Jeffery
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Chen @ 2025-08-07  0:52 UTC (permalink / raw)
  To: ryan_chen, Joel Stanley, Andrew Jeffery, linux-arm-kernel,
	linux-aspeed, linux-kernel

Extend the ASPEED SoC info driver to support AST27XX silicon IDs.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---

v2:
 Update subject title from driver/soc/aspeed -> soc: aspeed: socinfo:

---
 drivers/soc/aspeed/aspeed-socinfo.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/soc/aspeed/aspeed-socinfo.c b/drivers/soc/aspeed/aspeed-socinfo.c
index 3f759121dc00..67e9ac3d08ec 100644
--- a/drivers/soc/aspeed/aspeed-socinfo.c
+++ b/drivers/soc/aspeed/aspeed-socinfo.c
@@ -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)
-- 
2.34.1



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

* Re: [PATCH v2] soc: aspeed: socinfo: Add AST27xx silicon IDs
  2025-08-07  0:52 [PATCH v2] soc: aspeed: socinfo: Add AST27xx silicon IDs Ryan Chen
@ 2025-08-08  1:59 ` Andrew Jeffery
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Jeffery @ 2025-08-08  1:59 UTC (permalink / raw)
  To: Joel Stanley, linux-arm-kernel, linux-aspeed, linux-kernel,
	Ryan Chen

On Thu, 07 Aug 2025 08:52:08 +0800, Ryan Chen wrote:
> Extend the ASPEED SoC info driver to support AST27XX silicon IDs.
> 
> 

Thanks, I've applied this to the BMC tree.

-- 
Andrew Jeffery <andrew@codeconstruct.com.au>



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

end of thread, other threads:[~2025-08-08  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07  0:52 [PATCH v2] soc: aspeed: socinfo: Add AST27xx silicon IDs Ryan Chen
2025-08-08  1:59 ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox