Skip to content

Commit beea67c

Browse files
jwn0222krzk
authored andcommitted
soc: samsung: exynos-chipid: add exynosautov920 SoC support
Add EXYNOSAUTOV920 information to soc_ids tables. This SoC product id is "0x0A920000". Signed-off-by: Jaewon Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent b85ea95 commit beea67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
{ "EXYNOSAUTOV9", 0xAAA80000 },
62+
{ "EXYNOSAUTOV920", 0x0A920000 },
6263
};
6364

6465
static const char *product_id_to_soc_id(unsigned int product_id)

0 commit comments

Comments
 (0)