From: Igor Belwon Date: Wed, 16 Oct 2024 15:47:45 +0000 (+0200) Subject: soc: samsung: exynos-chipid: Add support for Exynos 990 chipid X-Git-Tag: v6.13-rc1~140^2~7^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b2a9f5cfa19bbb5389a01c73cd5ffca6fafdd3c;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20241016154747.64343-5-igor.belwon@mentallysanemainliners.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c index 9e00ac8de5a9f..94c7cc0d11e4c 100644 --- a/drivers/soc/samsung/exynos-chipid.c +++ b/drivers/soc/samsung/exynos-chipid.c @@ -59,6 +59,7 @@ static const struct exynos_soc_id { { "EXYNOS7885", 0xE7885000 }, { "EXYNOS850", 0xE3830000 }, { "EXYNOS8895", 0xE8895000 }, + { "EXYNOS990", 0xE9830000 }, { "EXYNOSAUTOV9", 0xAAA80000 }, { "EXYNOSAUTOV920", 0x0A920000 }, };