mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
033c6001c7
SSDK has switched to using the upstream SMEM helper to get the SoC ID and then look it up in the QCA SMEM ID header, so we need these in order for SSDK to compile as they are currently undefined. Signed-off-by: Robert Marko <robimarko@gmail.com>
28 lines
967 B
Diff
28 lines
967 B
Diff
From c0877a26b7ee54ef30d16ffdcdd37f2bcffe518e Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Wed, 8 Feb 2023 11:27:08 +0530
|
|
Subject: [PATCH] dt-bindings: arm: qcom,ids: Add IDs for IPQ5332 and its
|
|
variant
|
|
|
|
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>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20230208055709.13162-2-quic_kathirav@quicinc.com
|
|
---
|
|
include/dt-bindings/arm/qcom,ids.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/include/dt-bindings/arm/qcom,ids.h
|
|
+++ b/include/dt-bindings/arm/qcom,ids.h
|
|
@@ -143,6 +143,8 @@
|
|
#define QCOM_ID_SC7280 487
|
|
#define QCOM_ID_SC7180P 495
|
|
#define QCOM_ID_SM6375 507
|
|
+#define QCOM_ID_IPQ5332 592
|
|
+#define QCOM_ID_IPQ5322 593
|
|
|
|
/*
|
|
* The board type and revision information, used by Qualcomm bootloaders and
|