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

Tengfei Fan posted 4 patches 1 year, 6 months ago
[PATCH 1/4] dt-bindings: arm: qcom,ids: add SoC ID for QCS9100
Posted by Tengfei Fan 1 year, 6 months ago
Add the ID for the Qualcomm QCS9100 SoC.

Signed-off-by: Tengfei Fan <quic_tengfan@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 d6c9e9472121..d0396e8c9af6 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -274,6 +274,7 @@
 #define QCOM_ID_QCM8550			604
 #define QCOM_ID_IPQ5300			624
 #define QCOM_ID_IPQ5321			650
+#define QCOM_ID_QCS9100			667
 
 /*
  * The board type and revision information, used by Qualcomm bootloaders and

-- 
2.25.1
Re: [PATCH 1/4] dt-bindings: arm: qcom,ids: add SoC ID for QCS9100
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 06/08/2024 06:19, Tengfei Fan wrote:
> Add the ID for the Qualcomm QCS9100 SoC.
> 
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---

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

Best regards,
Krzysztof