[PATCH v1 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support
Krzysztof Kozlowski
krzk at kernel.org
Wed Aug 7 02:14:47 PDT 2024
On 07/08/2024 10:28, ivo.ivanov.ivanov1 at gmail.com wrote:
> From: Ivaylo Ivanov <ivo.ivanov.ivanov1 at gmail.com>
>
> Add EXYNOS8895 information to soc_ids tables. This SoC product id
> is "0xE8895000".
>
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1 at gmail.com>
> ---
> 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
More information about the linux-arm-kernel
mailing list