|
@@ -0,0 +1,33 @@
|
|
|
+From 725352e15e1d030885611a546eb1f2884851a407 Mon Sep 17 00:00:00 2001
|
|
|
+From: Varadarajan Narayanan <[email protected]>
|
|
|
+Date: Tue, 14 Mar 2023 11:43:33 +0530
|
|
|
+Subject: [PATCH] dt-bindings: arm: qcom,ids: Add IDs for IPQ9574 and its
|
|
|
+ variants
|
|
|
+
|
|
|
+Add SOC ID for Qualcomm IPQ9574, IPQ9570, IPQ9554, IPQ9550,
|
|
|
+IPQ9514 and IPQ9510
|
|
|
+
|
|
|
+Signed-off-by: Varadarajan Narayanan <[email protected]>
|
|
|
+Acked-by: Krzysztof Kozlowski <[email protected]>
|
|
|
+Reviewed-by: Kathiravan T <[email protected]>
|
|
|
+Signed-off-by: Bjorn Andersson <[email protected]>
|
|
|
+Link: https://lore.kernel.org/r/[email protected]
|
|
|
+---
|
|
|
+ include/dt-bindings/arm/qcom,ids.h | 6 ++++++
|
|
|
+ 1 file changed, 6 insertions(+)
|
|
|
+
|
|
|
+--- a/include/dt-bindings/arm/qcom,ids.h
|
|
|
++++ b/include/dt-bindings/arm/qcom,ids.h
|
|
|
+@@ -143,6 +143,12 @@
|
|
|
+ #define QCOM_ID_SC7280 487
|
|
|
+ #define QCOM_ID_SC7180P 495
|
|
|
+ #define QCOM_ID_SM6375 507
|
|
|
++#define QCOM_ID_IPQ9514 510
|
|
|
++#define QCOM_ID_IPQ9550 511
|
|
|
++#define QCOM_ID_IPQ9554 512
|
|
|
++#define QCOM_ID_IPQ9570 513
|
|
|
++#define QCOM_ID_IPQ9574 514
|
|
|
++#define QCOM_ID_IPQ9510 521
|
|
|
+ #define QCOM_ID_IPQ5332 592
|
|
|
+ #define QCOM_ID_IPQ5322 593
|
|
|
+
|