Skip to content

Commit ba8abbd

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
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>
1 parent 1d80bed commit ba8abbd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/soc/amlogic/meson-gx-socinfo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ static const struct meson_gx_soc_id {
4646
{ "A5", 0x3c },
4747
{ "C3", 0x3d },
4848
{ "A4", 0x40 },
49+
{ "S7", 0x46 },
50+
{ "S7D", 0x47 },
51+
{ "S6", 0x48 },
4952
};
5053

5154
static const struct meson_gx_package_id {
@@ -86,6 +89,9 @@ static const struct meson_gx_package_id {
8689
{ "A311D2", 0x36, 0x1, 0xf },
8790
{ "A113X2", 0x3c, 0x1, 0xf },
8891
{ "A113L2", 0x40, 0x1, 0xf },
92+
{ "S805X3", 0x46, 0x3, 0xf },
93+
{ "S905X5M", 0x47, 0x1, 0xf },
94+
{ "S905X5", 0x48, 0x1, 0xf },
8995
};
9096

9197
static inline unsigned int socinfo_to_major(u32 socinfo)

0 commit comments

Comments
 (0)