diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-03-15 11:17:26 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-15 15:08:55 -0700 |
commit | f26e18bda9e3b069fbb07a2827597952a6d0afe0 (patch) | |
tree | 449852a9de9c889b92935ef1dbef9a86752f1ca5 /include/dt-bindings | |
parent | fe8aa1ba078366ba23fc676efab57183b12a3a81 (diff) | |
download | linux-f26e18bda9e3b069fbb07a2827597952a6d0afe0.tar.gz linux-f26e18bda9e3b069fbb07a2827597952a6d0afe0.tar.bz2 linux-f26e18bda9e3b069fbb07a2827597952a6d0afe0.zip |
dt-bindings: arm: qcom,ids: Add IDs for QCM2290/QRB2210
Add the missing IDs for scuba and its QRB variant.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230314-topic-scuba_socinfo-v2-1-44fa1256aa6d@linaro.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 c3c078a8c0da..197873ed3a17 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -213,6 +213,7 @@ #define QCOM_ID_QCM2150 436 #define QCOM_ID_SDA429W 437 #define QCOM_ID_SM8350 439 +#define QCOM_ID_QCM2290 441 #define QCOM_ID_SM6115 444 #define QCOM_ID_SC8280XP 449 #define QCOM_ID_IPQ6005 453 @@ -229,6 +230,7 @@ #define QCOM_ID_SC7180P 495 #define QCOM_ID_SM6375 507 #define QCOM_ID_SM8550 519 +#define QCOM_ID_QRB2210 524 #define QCOM_ID_SA8775P 534 #define QCOM_ID_QRU1000 539 #define QCOM_ID_QDU1000 545 |