[PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ5210 family

Kathiravan Thirumoorthy posted 2 patches 3 weeks, 3 days ago
[PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ5210 family
Posted by Kathiravan Thirumoorthy 3 weeks, 3 days ago
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@oss.qualcomm.com>
---
 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
Re: [PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ5210 family
Posted by Krzysztof Kozlowski 3 weeks, 3 days ago
On Fri, Mar 13, 2026 at 09:32:57PM +0530, Kathiravan Thirumoorthy wrote:
> 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@oss.qualcomm.com>
> ---
>  drivers/soc/qcom/socinfo.c | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof