]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
meson-gx-socinfo: Add package id for S905H
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 6 Mar 2018 16:17:42 +0000 (17:17 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 8 Mar 2018 01:26:13 +0000 (17:26 -0800)
The S905H can be found on the Wetek Hub and Play2 boards.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
drivers/soc/amlogic/meson-gx-socinfo.c

index f2d8c3c53ea44a1d3463f1d603d2ea17e7cb207d..8bdaa9b43d4936f042a9220c1eb3393161a9ec46 100644 (file)
@@ -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 },