[PATCH 1/5] dt-bindings: arm: qcom,ids: add SoC ID for QCS9075

Wasim Nazir posted 5 patches 1 year, 1 month ago
There is a newer version of this series
[PATCH 1/5] dt-bindings: arm: qcom,ids: add SoC ID for QCS9075
Posted by Wasim Nazir 1 year, 1 month ago
Add the unique ID for Qualcomm QCS9075 SoC.
This value is used to differentiate the SoC across qcom targets.

Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
---
 include/dt-bindings/arm/qcom,ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index e850dc3a1ad3..1b3e0176dcb7 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -284,6 +284,7 @@
 #define QCOM_ID_QCS9100			667
 #define QCOM_ID_QCS8300			674
 #define QCOM_ID_QCS8275			675
+#define QCOM_ID_QCS9075			676
 #define QCOM_ID_QCS615			680

 /*
--
2.47.0
Re: [PATCH 1/5] dt-bindings: arm: qcom,ids: add SoC ID for QCS9075
Posted by Rob Herring (Arm) 1 year, 1 month ago
On Sun, 10 Nov 2024 20:23:35 +0530, Wasim Nazir wrote:
> Add the unique ID for Qualcomm QCS9075 SoC.
> This value is used to differentiate the SoC across qcom targets.
> 
> Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>