Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6878231f authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

meson-gx-socinfo: Add package id for S905H



The S905H can be found on the Wetek Hub and Play2 boards.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent fb72c03e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ static const struct meson_gx_package_id {
	unsigned int pack_id;
} soc_packages[] = {
	{ "S905", 0x1f, 0 },
	{ "S905H", 0x1f, 0x13 },
	{ "S905M", 0x1f, 0x20 },
	{ "S905D", 0x21, 0 },
	{ "S905X", 0x21, 0x80 },