Message ID | 20250219-exynos7870-v3-3-e384fb610cad@disroot.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for the Exynos7870 SoC, along with three devices | expand |
On Wed, Feb 19, 2025 at 12:33:13AM +0530, Kaustabh Chakraborty wrote: > Add the product ID of Exynos7870 (S5E7870) to the existing list. > > Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> > --- > drivers/soc/samsung/exynos-chipid.c | 1 + > 1 file changed, 1 insertion(+) > This does not apply anymore - conflict. Please rebase and resend. Best regards, Krzysztof
diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c index 95294462ff21130951bd3c940d979af182423789..fd9aeacd01a8ad016156729659178ea1b9b0c56a 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 */ { "EXYNOS7885", 0xE7885000 }, { "EXYNOS850", 0xE3830000 },
Add the product ID of Exynos7870 (S5E7870) to the existing list. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> --- drivers/soc/samsung/exynos-chipid.c | 1 + 1 file changed, 1 insertion(+)