diff mbox series

soc: amlogic: meson-gx-socinfo: add additional S905D3 entry

Message ID 20240910141453.33854-1-theo.debrouwere@faytech.de (mailing list archive)
State New
Headers show
Series soc: amlogic: meson-gx-socinfo: add additional S905D3 entry | expand

Commit Message

Theo Debrouwere Sept. 10, 2024, 2:14 p.m. UTC
Add additional S905D3 entry.

Signed-off-by: Theo Debrouwere <theo.debrouwere@faytech.de>
---
 drivers/soc/amlogic/meson-gx-socinfo.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c
index 7549f1644e5e..f61cfc3c11ed 100644
--- a/drivers/soc/amlogic/meson-gx-socinfo.c
+++ b/drivers/soc/amlogic/meson-gx-socinfo.c
@@ -80,6 +80,7 @@  static const struct meson_gx_package_id {
 	{ "S905X3", 0x2b, 0x5, 0xf5 },
 	{ "S905X3", 0x2b, 0x10, 0x3f },
 	{ "S905D3", 0x2b, 0x30, 0x3f },
+	{ "S905D3", 0x2b, 0x40, 0xff },
 	{ "A113L", 0x2c, 0x0, 0xf8 },
 	{ "S805X2", 0x37, 0x2, 0xf },
 	{ "C308L", 0x3d, 0x1, 0xf },