[PATCH 2/2] soc: qcom: socinfo: Add SM8975 SoC ID

From: Mukesh Ojha

Date: Tue Sep 22 2026 - 17:08:34 EST


Add SoC ID for Qualcomm SM8975 which represents the Hawi platform.

Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
---
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 63ee5cd561a2..ddc717382797 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -542,6 +542,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
{ qcom_board_id(SA8797P) },
+ { qcom_board_id(SM8975) },
{ qcom_board_id(CQ7790M) },
{ qcom_board_id(CQ7790S) },
{ qcom_board_id(CQ2390M) },

--
2.55.0