12345678910111213141516171819202122232425262728 |
- From 614c778cf0d570642c50715adfa0b70930d8cf29 Mon Sep 17 00:00:00 2001
- From: Kathiravan T <[email protected]>
- 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 <[email protected]>
- Signed-off-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 | 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
|