diff options
author | Robert Marko <robimarko@gmail.com> | 2023-09-01 20:10:04 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-13 21:30:18 +0200 |
commit | b8c889bef9797a58b8b5aad23875cc4d04b3efd3 (patch) | |
tree | 4272e0c6e85137c526fbf5f7f95a72f0e6d0b90a /include/dt-bindings | |
parent | dt-bindings: qcom: geni-se: Allow dma-coherent (diff) | |
download | linux-b8c889bef9797a58b8b5aad23875cc4d04b3efd3.tar.xz linux-b8c889bef9797a58b8b5aad23875cc4d04b3efd3.zip |
dt-bindings: arm: qcom,ids: Add IDs for IPQ8174 family
IPQ8174 (Oak) family is part of the IPQ8074 family, but the ID-s for it
are missing so lets add them.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Kathiravan T <quic_kathirav@quicinc.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230901181041.1538999-1-robimarko@gmail.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index ef1d8e16cbf4..f7248348a459 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -204,6 +204,9 @@ #define QCOM_ID_SM6125 394 #define QCOM_ID_IPQ8070A 395 #define QCOM_ID_IPQ8071A 396 +#define QCOM_ID_IPQ8172 397 +#define QCOM_ID_IPQ8173 398 +#define QCOM_ID_IPQ8174 399 #define QCOM_ID_IPQ6018 402 #define QCOM_ID_IPQ6028 403 #define QCOM_ID_SDM429W 416 |