Commit 1d7c541b authored by Christian Hewitt's avatar Christian Hewitt Committed by Kevin Hilman
Browse files

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: default avatarChristian Hewitt <christianshewitt@gmail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 240051cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },
};