diff mbox series

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

Message ID 20240909110017.419960-4-ivo.ivanov.ivanov1@gmail.com
State New
Headers show
Series Add minimal Exynos8895 SoC and SM-G950F support | expand

Commit Message

Ivaylo Ivanov Sept. 9, 2024, 11 a.m. UTC
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(+)

Comments

Krzysztof Kozlowski Sept. 16, 2024, 2:10 p.m. UTC | #1
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 mbox series

Patch

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 },
 };