diff options
author | Kathiravan Thirumoorthy <quic_kathirav@quicinc.com> | 2024-03-25 21:19:48 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 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 <krzysztof.kozlowski@linaro.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
Link: https://lore.kernel.org/r/20240325-ipq5321-sku-support-v2-1-f30ce244732f@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-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 |