[PATCH] dt-bindings: arm: qcom,ids: Add Soc IDs for IPQ8064 and variants

Christian Marangi posted 1 patch 2 years, 7 months ago
include/dt-bindings/arm/qcom,ids.h | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] dt-bindings: arm: qcom,ids: Add Soc IDs for IPQ8064 and variants
Posted by Christian Marangi 2 years, 7 months ago
Add Soc IDs for Qualcomm IPQ8064 and variants.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
 include/dt-bindings/arm/qcom,ids.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index f7aef3f310d7..dc86461ab664 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -45,6 +45,10 @@
 #define QCOM_ID_MSM8126			198
 #define QCOM_ID_APQ8026			199
 #define QCOM_ID_MSM8926			200
+#define QCOM_ID_IPQ8062			201
+#define QCOM_ID_IPQ8064			202
+#define QCOM_ID_IPQ8066			203
+#define QCOM_ID_IPQ8068			204
 #define QCOM_ID_MSM8326			205
 #define QCOM_ID_MSM8916			206
 #define QCOM_ID_MSM8994			207
@@ -80,6 +84,8 @@
 #define QCOM_ID_APQ8094			253
 #define QCOM_ID_MSM8956			266
 #define QCOM_ID_MSM8976			278
+#define QCOM_ID_IPQ8065			280
+#define QCOM_ID_IPQ8069			281
 #define QCOM_ID_MDM9607			290
 #define QCOM_ID_APQ8096			291
 #define QCOM_ID_MSM8998			292
-- 
2.38.1
Re: [PATCH] dt-bindings: arm: qcom,ids: Add Soc IDs for IPQ8064 and variants
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 23/01/2023 22:17, Christian Marangi wrote:
> Add Soc IDs for Qualcomm IPQ8064 and variants.
> 
> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 6 ++++++
>  1 file changed, 6 insertions(+)


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

What about qcom/socinfo.c patch?


Best regards,
Krzysztof