diff options
author | Manikanta Mylavarapu <quic_mmanikan@quicinc.com> | 2024-10-16 17:15:26 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-11-06 01:43:41 +0100 |
commit | c9cfca98998eb1cd14bdeccd607982ae818711e7 (patch) | |
tree | 9cc107babaf936e1026d6034eeb708f4096bb0dc /include/dt-bindings | |
parent | soc: qcom: llcc: Flip the manual slice configuration condition (diff) | |
download | linux-c9cfca98998eb1cd14bdeccd607982ae818711e7.tar.xz linux-c9cfca98998eb1cd14bdeccd607982ae818711e7.zip |
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>
Diffstat (limited to 'include/dt-bindings')
-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 |