[PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ5210 family
From: Kathiravan Thirumoorthy
Date: Fri Mar 13 2026 - 12:09:01 EST
SoCs based on IPQ5210 is shipped under two different naming schemes namely
IPQ52xx and QCF2xxx/QCF3xxx. In the later variants Passive Optical Network
(PON) interface acts as the backhaul where as in the former it is
ethernet backhaul. Add the SoC IDs for the same.
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
drivers/soc/qcom/socinfo.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 41867601d2502f7e6175d6a22d7f508668704385..a6489e43fab79d9415243d5d6dd2e1d00c347c7a 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -524,6 +524,11 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCS615) },
{ qcom_board_id(CQ7790M) },
{ qcom_board_id(CQ7790S) },
+ { qcom_board_id(IPQ5200) },
+ { qcom_board_id(IPQ5210) },
+ { qcom_board_id(QCF2200) },
+ { qcom_board_id(QCF3200) },
+ { qcom_board_id(QCF3210) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.34.1