12345678910111213141516171819202122232425 |
- From b3c72f2795467e3d43ee429b0ebd5f523ec08f60 Mon Sep 17 00:00:00 2001
- From: Kathiravan T <[email protected]>
- Date: Mon, 5 Jun 2023 13:35:28 +0530
- Subject: [PATCH] dt-bindings: arm: qcom,ids: add SoC ID for IPQ5300
- Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC.
- Acked-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 | 1 +
- 1 file changed, 1 insertion(+)
- --- a/include/dt-bindings/arm/qcom,ids.h
- +++ b/include/dt-bindings/arm/qcom,ids.h
- @@ -153,6 +153,7 @@
- #define QCOM_ID_IPQ5322 593
- #define QCOM_ID_IPQ5312 594
- #define QCOM_ID_IPQ5302 595
- +#define QCOM_ID_IPQ5300 624
-
- /*
- * The board type and revision information, used by Qualcomm bootloaders and
|