mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
e8e7b3c106
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html for the original discussion. Signed-off-by: Robert Marko <robimarko@gmail.com>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 725352e15e1d030885611a546eb1f2884851a407 Mon Sep 17 00:00:00 2001
|
|
From: Varadarajan Narayanan <quic_varada@quicinc.com>
|
|
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 <quic_varada@quicinc.com>
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Reviewed-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/1678774414-14414-2-git-send-email-quic_varada@quicinc.com
|
|
---
|
|
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
|
|
|