mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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>
This commit is contained in:
parent
c6dac8443d
commit
9b2a9f5cfa
|
|
@ -59,6 +59,7 @@ static const struct exynos_soc_id {
|
|||
{ "EXYNOS7885", 0xE7885000 },
|
||||
{ "EXYNOS850", 0xE3830000 },
|
||||
{ "EXYNOS8895", 0xE8895000 },
|
||||
{ "EXYNOS990", 0xE9830000 },
|
||||
{ "EXYNOSAUTOV9", 0xAAA80000 },
|
||||
{ "EXYNOSAUTOV920", 0x0A920000 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user