Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: amlogic: meson-gx-socinfo: add new SoCs id

Add new definition for Amlogic SoCs, include S6, S7, S7D.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://patch.msgid.link/20251119-soc-info-s6-s7-s7d-v3-2-1764c1995c04@amlogic.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

authored by

Xianwei Zhao and committed by
Neil Armstrong
ba8abbdf 1d80bed4

+6
+6
drivers/soc/amlogic/meson-gx-socinfo.c
··· 46 46 { "A5", 0x3c }, 47 47 { "C3", 0x3d }, 48 48 { "A4", 0x40 }, 49 + { "S7", 0x46 }, 50 + { "S7D", 0x47 }, 51 + { "S6", 0x48 }, 49 52 }; 50 53 51 54 static const struct meson_gx_package_id { ··· 89 86 { "A311D2", 0x36, 0x1, 0xf }, 90 87 { "A113X2", 0x3c, 0x1, 0xf }, 91 88 { "A113L2", 0x40, 0x1, 0xf }, 89 + { "S805X3", 0x46, 0x3, 0xf }, 90 + { "S905X5M", 0x47, 0x1, 0xf }, 91 + { "S905X5", 0x48, 0x1, 0xf }, 92 92 }; 93 93 94 94 static inline unsigned int socinfo_to_major(u32 socinfo)