soc: amlogic: meson-gx-socinfo: Add S905X3 ID for VIM3L

VIM3L appears to use a different ID:

[    0.086470] soc soc0: Amlogic Meson SM1 (S905X3) Revision 2b:c (b0:2) Detected

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Christian Hewitt 2019-10-07 09:23:59 +04:00 committed by Kevin Hilman
parent 240051cb83
commit 1d7c541b8a
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ static const struct meson_gx_package_id {
{ "S922X", 0x29, 0x40, 0xf0 },
{ "A311D", 0x29, 0x10, 0xf0 },
{ "S905X3", 0x2b, 0x5, 0xf },
{ "S905X3", 0x2b, 0xb0, 0xf2 },
{ "A113L", 0x2c, 0x0, 0xf8 },
};