[PATCH 2/2] soc: qcom: socinfo: add few more SOC IDs for IPQ5210 family

From: Kathiravan Thirumoorthy

Date: Mon Sep 21 2026 - 02:57:14 EST


QCF3211 and IPQ5211 are the new SoCs based on the IPQ5210 family. Add
the SoC IDs for the same.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
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 63ee5cd561a2..4e7e14fe7231 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -558,6 +558,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ9630) },
{ qcom_board_id(IPQ9640) },
{ qcom_board_id(IPQ9670) },
+ { qcom_board_id(QCF3211) },
+ { qcom_board_id(IPQ5211) },
};

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

--
2.34.1