mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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:
parent
240051cb83
commit
1d7c541b8a
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue