[PATCH v4 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support

Ivaylo Ivanov posted 10 patches 2 months, 3 weeks ago
There is a newer version of this series
[PATCH v4 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support
Posted by Ivaylo Ivanov 2 months, 3 weeks ago
Add EXYNOS8895 information to soc_ids tables. This SoC product id
is "0xE8895000".

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@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..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 },
 };
-- 
2.34.1
Re: [PATCH v4 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
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