[PATCH 2/2] soc: qcom: socinfo: Add CQ8725S SoC ID
From: Aaron Kling via B4 Relay
Date: Fri Jun 05 2026 - 17:49:30 EST
From: Teguh Sobirin <teguh@xxxxxxxx>
Add the ID for the Qualcomm CQ8725S SoC which represents the Pakala
platform.
Signed-off-by: Teguh Sobirin <teguh@xxxxxxxx>
Signed-off-by: Aaron Kling <webgeek1234@xxxxxxxxx>
---
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 af418adad7aaf3..2b1395a85af45e 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -540,6 +540,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
{ qcom_board_id(SA8797P) },
+ { qcom_board_id(CQ8725S) },
{ qcom_board_id(CQ7790M) },
{ qcom_board_id(CQ7790S) },
{ qcom_board_id(CQ2390M) },
--
2.53.0