aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/samsung
diff options
context:
space:
mode:
authorDavid Virag <virag.david003@gmail.com>2021-11-01 01:48:53 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-15 14:34:19 +0100
commit214f78060713fe13e3ba3701dff51e46d9576a9c (patch)
treed6745f23a85ec9a9a52c34a546fe59ea7100ca54 /drivers/soc/samsung
parentsoc: samsung: exynos-chipid: describe which SoCs go with compatibles (diff)
downloadlinux-dev-214f78060713fe13e3ba3701dff51e46d9576a9c.tar.xz
linux-dev-214f78060713fe13e3ba3701dff51e46d9576a9c.zip
soc: samsung: exynos-chipid: add Exynos7885 SoC support
Exynos 7885 has product ID "0xE7885000". Add this ID to the IDs with the name. Signed-off-by: David Virag <virag.david003@gmail.com> Link: https://lore.kernel.org/r/20211101004853.55810-1-virag.david003@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Diffstat (limited to 'drivers/soc/samsung')
-rw-r--r--drivers/soc/samsung/exynos-chipid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c
index baf3afc69d79..2746d05936d3 100644
--- a/drivers/soc/samsung/exynos-chipid.c
+++ b/drivers/soc/samsung/exynos-chipid.c
@@ -57,6 +57,7 @@ static const struct exynos_soc_id {
{ "EXYNOS5800", 0xE5422000 },
{ "EXYNOS7420", 0xE7420000 },
/* Compatible with: samsung,exynos850-chipid */
+ { "EXYNOS7885", 0xE7885000 },
{ "EXYNOS850", 0xE3830000 },
{ "EXYNOSAUTOV9", 0xAAA80000 },
};