[PATCH 2/2] soc: qcom: socinfo: Add SoC ID for CQ7790S
From: Krzysztof Kozlowski
Date: Mon Jan 19 2026 - 04:59:27 EST
Recognize the CQ7790S SoC (Eliza SoC IoT variant).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
Cc: Abel Vesa <abel.vesa@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 003a2304d535..9a5738d24c62 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -522,6 +522,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS8275) },
{ qcom_board_id(QCS9075) },
{ qcom_board_id(QCS615) },
+ { qcom_board_id(CQ7790S) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.51.0