Skip to content

Commit 13a2417

Browse files
Kaustabh Chakrabortykrzk
authored andcommitted
soc: samsung: exynos-chipid: add support for exynos7870
Add the product ID of Exynos7870 (S5E7870) to the existing list. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Link: https://lore.kernel.org/r/20250301-exynos7870-v4-3-2925537f9b2a@disroot.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent bf869ec commit 13a2417

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/samsung/exynos-chipid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ static const struct exynos_soc_id {
5555
{ "EXYNOS5440", 0xE5440000 },
5656
{ "EXYNOS5800", 0xE5422000 },
5757
{ "EXYNOS7420", 0xE7420000 },
58+
{ "EXYNOS7870", 0xE7870000 },
5859
/* Compatible with: samsung,exynos850-chipid */
5960
{ "EXYNOS2200", 0xE9925000 },
6061
{ "EXYNOS7885", 0xE7885000 },

0 commit comments

Comments
 (0)