[PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID

From: Mukesh Ojha
Date: Fri Apr 25 2025 - 10:04:15 EST


Update soc_id table for the Qualcomm SM8750 SoC to represent
SM8750 machine.

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 13cf73744bd9..71858de73a91 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -456,6 +456,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS8275) },
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
+ { qcom_board_id(SM8750) },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.34.1