Skip to content

Commit b417d1e

Browse files
cometzerokrzk
authored andcommitted
soc: samsung: exynos-chipid: add exynosautov9 SoC support
The product id of Exynos Auto v9 is "0xAAA8_0000". Add this id and its name. Cc: Sam Protsenko <[email protected]> Signed-off-by: Chanho Park <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent d96890f commit b417d1e

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
@@ -56,6 +56,7 @@ static const struct exynos_soc_id {
5656
{ "EXYNOS5800", 0xE5422000 },
5757
{ "EXYNOS7420", 0xE7420000 },
5858
{ "EXYNOS850", 0xE3830000 },
59+
{ "EXYNOSAUTOV9", 0xAAA80000 },
5960
};
6061

6162
static const char *product_id_to_soc_id(unsigned int product_id)

0 commit comments

Comments
 (0)