public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4
@ 2026-01-13  1:25 Nick Xie
  2026-01-13  7:55 ` neil.armstrong
  2026-01-13  8:01 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Nick Xie @ 2026-01-13  1:25 UTC (permalink / raw)
  To: neil.armstrong, khilman, jbrunet, martin.blumenstingl,
	linux-arm-kernel, linux-amlogic, linux-kernel
  Cc: nick

Add new definition for Amlogic S4 S905Y4.

Signed-off-by: Nick Xie <nick@khadas.com>
---
 drivers/soc/amlogic/meson-gx-socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c
index 2a54ca43cd13e..dcb75baaff247 100644
--- a/drivers/soc/amlogic/meson-gx-socinfo.c
+++ b/drivers/soc/amlogic/meson-gx-socinfo.c
@@ -85,6 +85,7 @@ static const struct meson_gx_package_id {
 	{ "S905D3", 0x2b, 0x30, 0x3f },
 	{ "A113L", 0x2c, 0x0, 0xf8 },
 	{ "S805X2", 0x37, 0x2, 0xf },
+	{ "S905Y4", 0x37, 0x3, 0xf },
 	{ "C308L", 0x3d, 0x1, 0xf },
 	{ "A311D2", 0x36, 0x1, 0xf },
 	{ "A113X2", 0x3c, 0x1, 0xf },
-- 
2.34.1



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

end of thread, other threads:[~2026-01-13  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13  1:25 [PATCH] soc: amlogic: meson-gx-socinfo: add new SoC id for S905Y4 Nick Xie
2026-01-13  7:55 ` neil.armstrong
2026-01-13  8:01 ` Neil Armstrong

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