[PATCH v2 2/2] soc: qcom: socinfo: Add SoC ID for CQ7790

From: Krzysztof Kozlowski

Date: Tue Jan 20 2026 - 11:47:22 EST


Recognize the CQ7790S and CQ7790M SoCs (Eliza SoC IoT variants).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

---

Changes in v2:
1. Add also CQ7790M, extend commit msg.
---
drivers/soc/qcom/socinfo.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 003a2304d535..41867601d250 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -522,6 +522,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS8275) },
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
+ { qcom_board_id(CQ7790M) },
+ { qcom_board_id(CQ7790S) },
};

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