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 Amlogi SoCs, include S4, C3, T7, A4, A5.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240719-soc_info-v3-2-020a3b687c0c@amlogic.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

authored by

Xianwei Zhao and committed by
Neil Armstrong
009ff80b dde3c640

+10
+10
drivers/soc/amlogic/meson-gx-socinfo.c
··· 41 41 { "G12B", 0x29 }, 42 42 { "SM1", 0x2b }, 43 43 { "A1", 0x2c }, 44 + { "T7", 0x36 }, 45 + { "S4", 0x37 }, 46 + { "A5", 0x3c }, 47 + { "C3", 0x3d }, 48 + { "A4", 0x40 }, 44 49 }; 45 50 46 51 static const struct meson_gx_package_id { ··· 81 76 { "S905X3", 0x2b, 0x10, 0x3f }, 82 77 { "S905D3", 0x2b, 0x30, 0x3f }, 83 78 { "A113L", 0x2c, 0x0, 0xf8 }, 79 + { "S805X2", 0x37, 0x2, 0xf }, 80 + { "C308L", 0x3d, 0x1, 0xf }, 81 + { "A311D2", 0x36, 0x1, 0xf }, 82 + { "A113X2", 0x3c, 0x1, 0xf }, 83 + { "A113L2", 0x40, 0x1, 0xf }, 84 84 }; 85 85 86 86 static inline unsigned int socinfo_to_major(u32 socinfo)