diff options
author | Kathiravan Thirumoorthy <[email protected]> | 2024-03-25 21:19:48 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-27 12:05:14 -0500 |
commit | 27c42e925323b975a64429e313b0cf5c0c02a411 (patch) | |
tree | fa1bc669060225ac64e6855b7bd3def42025418f | |
parent | e43111f52b9ec5c2d700f89a1d61c8d10dc2d9e9 (diff) |
dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321
Add the ID for the Qualcomm IPQ5321 SoC.
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Kathiravan Thirumoorthy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index d040033dc8ee..a2958952a9ec 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -272,6 +272,7 @@ #define QCOM_ID_QCS8550 603 #define QCOM_ID_QCM8550 604 #define QCOM_ID_IPQ5300 624 +#define QCOM_ID_IPQ5321 650 /* * The board type and revision information, used by Qualcomm bootloaders and |