diff options
author | Kathiravan T <quic_kathirav@quicinc.com> | 2023-05-09 05:35:30 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-25 05:09:11 +0200 |
commit | fe78d73a914d86070ac15c9a6d1f885ce5bc4a69 (patch) | |
tree | 05236672d0f47d8e2eb4eeb336172db54a291b05 /include/dt-bindings/arm | |
parent | soc: qcom: socinfo: Add IDs for IPQ5018 family (diff) | |
download | linux-fe78d73a914d86070ac15c9a6d1f885ce5bc4a69.tar.xz linux-fe78d73a914d86070ac15c9a6d1f885ce5bc4a69.zip |
dt-bindings: arm: qcom,ids: add SoC ID for IPQ5312 and IPQ5302
Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
IPQ5332 SoC.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230509033531.21468-2-quic_kathirav@quicinc.com
Diffstat (limited to 'include/dt-bindings/arm')
-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 c1283bad81e1..69c2d8fa79f4 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -256,6 +256,8 @@ #define QCOM_ID_QRU1062 590 #define QCOM_ID_IPQ5332 592 #define QCOM_ID_IPQ5322 593 +#define QCOM_ID_IPQ5312 594 +#define QCOM_ID_IPQ5302 595 /* * The board type and revision information, used by Qualcomm bootloaders and |