123456789101112131415161718192021222324252627 |
- From c0877a26b7ee54ef30d16ffdcdd37f2bcffe518e Mon Sep 17 00:00:00 2001
- From: Kathiravan T <[email protected]>
- 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 <[email protected]>
- Acked-by: Krzysztof Kozlowski <[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
- @@ -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
|