Skip to content

Commit e6bb057

Browse files
ivoszbgkrzk
authored andcommitted
soc: samsung: exynos-chipid: add exynos8895 SoC support
Add EXYNOS8895 information to soc_ids tables. This SoC product id is "0xE8895000". Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> Link: https://lore.kernel.org/r/20240920154508.1618410-4-ivo.ivanov.ivanov1@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 7f6ea71 commit e6bb057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/samsung/exynos-chipid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ static const struct exynos_soc_id {
5858
/* Compatible with: samsung,exynos850-chipid */
5959
{ "EXYNOS7885", 0xE7885000 },
6060
{ "EXYNOS850", 0xE3830000 },
61+
{ "EXYNOS8895", 0xE8895000 },
6162
{ "EXYNOSAUTOV9", 0xAAA80000 },
6263
{ "EXYNOSAUTOV920", 0x0A920000 },
6364
};

0 commit comments

Comments
 (0)