diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-03-06 19:17:42 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-03-08 04:26:13 +0300 |
commit | 6878231f252c791d160dd35eae8c779dbe780277 (patch) | |
tree | af7255c64d6be559789e4c7c051cf2f59fc210c3 /drivers/soc | |
parent | fb72c03e0e32068a0a2ff66c2787814142d9a211 (diff) | |
download | linux-6878231f252c791d160dd35eae8c779dbe780277.tar.xz |
meson-gx-socinfo: Add package id for S905H
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>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/amlogic/meson-gx-socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c index f2d8c3c53ea4..8bdaa9b43d49 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo.c +++ b/drivers/soc/amlogic/meson-gx-socinfo.c @@ -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 }, |