aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-03-06 17:17:42 +0100
committerKevin Hilman <khilman@baylibre.com>2018-03-07 17:26:13 -0800
commit6878231f252c791d160dd35eae8c779dbe780277 (patch)
treeaf7255c64d6be559789e4c7c051cf2f59fc210c3 /drivers/soc
parentARM64: dts: meson-gxbb-wetek: add a wetek specific dtsi to cleanup hub and play2 (diff)
downloadlinux-dev-6878231f252c791d160dd35eae8c779dbe780277.tar.xz
linux-dev-6878231f252c791d160dd35eae8c779dbe780277.zip
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.c1
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 },