提交 6878231f 编写于 作者: N Neil Armstrong 提交者: Kevin Hilman

meson-gx-socinfo: Add package id for S905H

The S905H can be found on the Wetek Hub and Play2 boards.
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 fb72c03e
...@@ -41,6 +41,7 @@ static const struct meson_gx_package_id { ...@@ -41,6 +41,7 @@ static const struct meson_gx_package_id {
unsigned int pack_id; unsigned int pack_id;
} soc_packages[] = { } soc_packages[] = {
{ "S905", 0x1f, 0 }, { "S905", 0x1f, 0 },
{ "S905H", 0x1f, 0x13 },
{ "S905M", 0x1f, 0x20 }, { "S905M", 0x1f, 0x20 },
{ "S905D", 0x21, 0 }, { "S905D", 0x21, 0 },
{ "S905X", 0x21, 0x80 }, { "S905X", 0x21, 0x80 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册