From c0584603fb2d1b908cc9b30653eeff04d30a27ae Mon Sep 17 00:00:00 2001 From: Swetha Chikkaboraiah Date: Fri, 4 Oct 2024 11:02:04 +0530 Subject: [PATCH] soc: qcom: socinfo: Add support for Pineapple Gaming SoC Add soc-id support for Pineapple Gaming SoC. Change-Id: Ibbbd8caea731ca16382c2a91068d7abb77907592 Signed-off-by: Swetha Chikkaboraiah (cherry picked from commit 412cfaa3ebaa37a716a140d8cf8b72d05eff6d6d) --- 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 3b3d87c5f84f..8572b205ac7e 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -593,6 +593,7 @@ static const struct soc_id soc_id[] = { { 641, "VOLCANO6P" }, { 642, "CLIFFSP" }, { 643, "CLIFFS7P" }, + { 682, "SG_PINEAPPLE" }, { 549, "ANORAK" }, { 554, "NEO-LA" }, };