We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ea95 commit beea67cCopy full SHA for beea67c
drivers/soc/samsung/exynos-chipid.c
@@ -59,6 +59,7 @@ static const struct exynos_soc_id {
59
{ "EXYNOS7885", 0xE7885000 },
60
{ "EXYNOS850", 0xE3830000 },
61
{ "EXYNOSAUTOV9", 0xAAA80000 },
62
+ { "EXYNOSAUTOV920", 0x0A920000 },
63
};
64
65
static const char *product_id_to_soc_id(unsigned int product_id)
0 commit comments