Message ID | 20240909110017.419960-4-ivo.ivanov.ivanov1@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Add minimal Exynos8895 SoC and SM-G950F support | expand |
On Mon, Sep 09, 2024 at 02:00:10PM +0300, Ivaylo Ivanov wrote: > Add EXYNOS8895 information to soc_ids tables. This SoC product id > is "0xE8895000". > > Acked-by: Rob Herring (Arm) <robh@kernel.org> I don't think this happened, so please send new version after merge window without the tag. If you think otherwise, please provide link to the ack. Best regards, Krzysztof
diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c index b1118d377..9e00ac8de 100644 --- a/drivers/soc/samsung/exynos-chipid.c +++ b/drivers/soc/samsung/exynos-chipid.c @@ -58,6 +58,7 @@ static const struct exynos_soc_id { /* Compatible with: samsung,exynos850-chipid */ { "EXYNOS7885", 0xE7885000 }, { "EXYNOS850", 0xE3830000 }, + { "EXYNOS8895", 0xE8895000 }, { "EXYNOSAUTOV9", 0xAAA80000 }, { "EXYNOSAUTOV920", 0x0A920000 }, };