Skip to content

Commit fd0b358

Browse files
nergzd723krzk
authored andcommitted
soc: samsung: exynos-chipid: Add support for Exynos9810 SoC
Exynos 9810 has the product ID of "0xE9810000". Add this ID to the IDs together with the name of the SoC. Co-developed-by: Maksym Holovach <nergzd@nergzd723.xyz> Signed-off-by: Maksym Holovach <nergzd@nergzd723.xyz> Signed-off-by: Markuss Broks <markuss.broks@gmail.com> Link: https://lore.kernel.org/r/20241026-exynos9810-v3-7-b89de9441ea8@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 18910d6 commit fd0b358

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+
{ "EXYNOS9810", 0xE9810000 },
6263
{ "EXYNOS990", 0xE9830000 },
6364
{ "EXYNOSAUTOV9", 0xAAA80000 },
6465
{ "EXYNOSAUTOV920", 0x0A920000 },

0 commit comments

Comments
 (0)