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

Krzysztof Kozlowski posted 2 patches 3 weeks ago
[PATCH 2/2] soc: qcom: socinfo: Add SoC ID for CQ7790S
Posted by Krzysztof Kozlowski 3 weeks ago
Recognize the CQ7790S SoC (Eliza SoC IoT variant).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
Cc: Abel Vesa <abel.vesa@oss.qualcomm.com>

 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