From c6d30aa4cf800e360a823cc6d69b70085c584eaa Mon Sep 17 00:00:00 2001 From: Navya Vemula Date: Thu, 18 Jul 2024 14:48:52 +0530 Subject: [PATCH] soc: qcom: socinfo: Add soc-id support for Seraph Add seraph target support to SoC name-id mapping list. Change-Id: I8baee64f03b4b4cc13ed4f77a6f09adb51ffab72 Signed-off-by: Navya Vemula --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 15f83883662a..716ee905b445 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -578,6 +578,7 @@ static const struct soc_id soc_id[] = { { 565, "BLAIRP" }, { 629, "NIOBE" }, { 652, "NIOBE" }, + { 672, "SERAPH" }, { 577, "PINEAPPLEP" }, { 578, "BLAIR-LITE" }, { 605, "SA_MONACOAU_ADAS" },