[PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for IPQ5210 family

Kathiravan Thirumoorthy posted 2 patches 3 weeks, 3 days ago
[PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs 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. Document the same.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
 include/dt-bindings/arm/qcom,ids.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index febb69b0438f1ca377933196045c5bbdc93e1d8d..4e8cd0b5eaa7bf9c0f072cb86f6232e3341fcfaa 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -296,6 +296,11 @@
 #define QCOM_ID_QCS615			680
 #define QCOM_ID_CQ7790M			731
 #define QCOM_ID_CQ7790S			732
+#define QCOM_ID_IPQ5200			765
+#define QCOM_ID_IPQ5210			766
+#define QCOM_ID_QCF2200			767
+#define QCOM_ID_QCF3200			768
+#define QCOM_ID_QCF3210			769
 
 /*
  * The board type and revision information, used by Qualcomm bootloaders and

-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for IPQ5210 family
Posted by Krzysztof Kozlowski 3 weeks, 3 days ago
On Fri, Mar 13, 2026 at 09:32:56PM +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. Document the same.
> 
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 5 +++++
>  1 file changed, 5 insertions(+)

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

Best regards,
Krzysztof