On 07/08/2024 10:28, ivo.ivanov.ivanov1@xxxxxxxxx wrote: > From: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx> > > Add EXYNOS8895 information to soc_ids tables. This SoC product id > is "0xE8895000". > > Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx> > --- > drivers/soc/samsung/exynos-chipid.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c > index b1118d377..2f794cee8 100644 > --- a/drivers/soc/samsung/exynos-chipid.c > +++ b/drivers/soc/samsung/exynos-chipid.c > @@ -57,6 +57,7 @@ static const struct exynos_soc_id { > { "EXYNOS7420", 0xE7420000 }, > /* Compatible with: samsung,exynos850-chipid */ > { "EXYNOS7885", 0xE7885000 }, > + { "EXYNOS8895", 0xE8895000 }, > { "EXYNOS850", 0xE3830000 }, Order of the list is mentioned in the code, so keep it please. 88 is after 85. Best regards, Krzysztof