Skip to content

Commit c9cc9be

Browse files
superna9999khilman
authored andcommitted
soc: amlogic: meson-gx-socinfo: Add SM1 and S905X3 IDs
Add the SoC IDs for the S905X3 Amlogic SM1 SoC. Reviewed-by: Martin Blumenstingl <[email protected]> Reviewed-by: Jerome Brunet <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
1 parent 0baf212 commit c9cc9be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ static const struct meson_gx_soc_id {
3939
{ "TXHD", 0x27 },
4040
{ "G12A", 0x28 },
4141
{ "G12B", 0x29 },
42+
{ "SM1", 0x2b },
4243
};
4344

4445
static const struct meson_gx_package_id {
@@ -66,6 +67,7 @@ static const struct meson_gx_package_id {
6667
{ "S905X2", 0x28, 0x40, 0xf0 },
6768
{ "S922X", 0x29, 0x40, 0xf0 },
6869
{ "A311D", 0x29, 0x10, 0xf0 },
70+
{ "S905X3", 0x2b, 0x5, 0xf },
6971
};
7072

7173
static inline unsigned int socinfo_to_major(u32 socinfo)

0 commit comments

Comments
 (0)