Skip to content

Commit 9b2a9f5

Browse files
BotchedRPRkrzk
authored andcommitted
soc: samsung: exynos-chipid: Add support for Exynos 990 chipid
Add support for reading the chipid of Exynos 990 SoCs. Its product ID is 0xE9830000. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> Link: https://lore.kernel.org/r/20241016154747.64343-5-igor.belwon@mentallysanemainliners.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent c6dac84 commit 9b2a9f5

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
@@ -59,6 +59,7 @@ static const struct exynos_soc_id {
5959
{ "EXYNOS7885", 0xE7885000 },
6060
{ "EXYNOS850", 0xE3830000 },
6161
{ "EXYNOS8895", 0xE8895000 },
62+
{ "EXYNOS990", 0xE9830000 },
6263
{ "EXYNOSAUTOV9", 0xAAA80000 },
6364
{ "EXYNOSAUTOV920", 0x0A920000 },
6465
};

0 commit comments

Comments
 (0)