diff options
author | Manikanta Mylavarapu <quic_mmanikan@quicinc.com> | 2024-10-16 20:45:26 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-11-05 16:43:41 -0800 |
commit | c9cfca98998eb1cd14bdeccd607982ae818711e7 (patch) | |
tree | 9cc107babaf936e1026d6034eeb708f4096bb0dc | |
parent | 92f3397c8c8d63fefe0d045425ad54c5ee5d57bb (diff) |
dt-bindings: arm: qcom,ids: add SoC ID for IPQ5424/IPQ5404
Add the ID for Qualcomm IPQ5424/IPQ5404 SoC.
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241016151528.2893599-2-quic_mmanikan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index b66f8aeb9f47..e850dc3a1ad3 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -279,6 +279,8 @@ #define QCOM_ID_QCM8550 604 #define QCOM_ID_IPQ5300 624 #define QCOM_ID_IPQ5321 650 +#define QCOM_ID_IPQ5424 651 +#define QCOM_ID_IPQ5404 671 #define QCOM_ID_QCS9100 667 #define QCOM_ID_QCS8300 674 #define QCOM_ID_QCS8275 675 |