mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +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>
29 lines
1000 B
Diff
29 lines
1000 B
Diff
From 614c778cf0d570642c50715adfa0b70930d8cf29 Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Tue, 9 May 2023 09:05:30 +0530
|
|
Subject: [PATCH] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and
|
|
IPQ5302
|
|
|
|
Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
|
|
IPQ5332 SoC.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20230509033531.21468-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
|
|
@@ -151,6 +151,8 @@
|
|
#define QCOM_ID_IPQ9510 521
|
|
#define QCOM_ID_IPQ5332 592
|
|
#define QCOM_ID_IPQ5322 593
|
|
+#define QCOM_ID_IPQ5312 594
|
|
+#define QCOM_ID_IPQ5302 595
|
|
|
|
/*
|
|
* The board type and revision information, used by Qualcomm bootloaders and
|