[PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P

Dmitry Baryshkov posted 2 patches 1 month, 1 week ago
[PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
Posted by Dmitry Baryshkov 1 month, 1 week ago
Add the IDs for Qualcomm SAR2130P and SAR1130P platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 include/dt-bindings/arm/qcom,ids.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 8332f8d82f96bb0c1e72980c92b59f226a1ddbe7..903eb4dd4168ca7bf07d9795470a161189c4bf45 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -255,6 +255,7 @@
 #define QCOM_ID_IPQ9510			521
 #define QCOM_ID_QRB4210			523
 #define QCOM_ID_QRB2210			524
+#define QCOM_ID_SAR2130P		525
 #define QCOM_ID_SM8475			530
 #define QCOM_ID_SM8475P			531
 #define QCOM_ID_SA8775P			534
@@ -264,6 +265,7 @@
 #define QCOM_ID_X1E80100		555
 #define QCOM_ID_SM8650			557
 #define QCOM_ID_SM4450			568
+#define QCOM_ID_SAR1130P		579
 #define QCOM_ID_QDU1010			587
 #define QCOM_ID_QRU1032			588
 #define QCOM_ID_QRU1052			589

-- 
2.39.5
Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
Posted by Krzysztof Kozlowski 1 month ago
On Fri, Oct 18, 2024 at 07:32:36PM +0300, Dmitry Baryshkov wrote:
> Add the IDs for Qualcomm SAR2130P and SAR1130P platforms.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof