From: Kaustabh Chakraborty Date: Fri, 28 Feb 2025 19:46:51 +0000 (+0530) Subject: soc: samsung: exynos-chipid: add support for exynos7870 X-Git-Tag: v6.15-rc1~158^2~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13a24175005fad410464bee482ed58af144ba250;p=thirdparty%2Fkernel%2Flinux.git soc: samsung: exynos-chipid: add support for exynos7870 Add the product ID of Exynos7870 (S5E7870) to the existing list. Signed-off-by: Kaustabh Chakraborty Link: https://lore.kernel.org/r/20250301-exynos7870-v4-3-2925537f9b2a@disroot.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c index 855bd2a751256..47a3d5309acb6 100644 --- a/drivers/soc/samsung/exynos-chipid.c +++ b/drivers/soc/samsung/exynos-chipid.c @@ -55,6 +55,7 @@ static const struct exynos_soc_id { { "EXYNOS5440", 0xE5440000 }, { "EXYNOS5800", 0xE5422000 }, { "EXYNOS7420", 0xE7420000 }, + { "EXYNOS7870", 0xE7870000 }, /* Compatible with: samsung,exynos850-chipid */ { "EXYNOS2200", 0xE9925000 }, { "EXYNOS7885", 0xE7885000 },