[PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ5332 and its variant

Kathiravan T posted 2 patches 2 years, 7 months ago
[PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ5332 and its variant
Posted by Kathiravan T 2 years, 7 months ago
Add SOC ID for Qualcomm IPQ5332 and IPQ5322 variants.

Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
 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 22d7ba17804b..240c5f85ca81 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -229,6 +229,8 @@
 #define QCOM_ID_QRU1032			588
 #define QCOM_ID_QRU1052			589
 #define QCOM_ID_QRU1062			590
+#define QCOM_ID_IPQ5332			592
+#define QCOM_ID_IPQ5322			593
 
 /*
  * The board type and revision information, used by Qualcomm bootloaders and
-- 
2.17.1
Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add IDs for IPQ5332 and its variant
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 08/02/2023 06:57, Kathiravan T wrote:
> Add SOC ID for Qualcomm IPQ5332 and IPQ5322 variants.
> 
> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
> ---


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

Best regards,
Krzysztof