diff options
author | Bhupesh Sharma <[email protected]> | 2022-12-01 19:46:18 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-05 16:50:39 -0600 |
commit | 67d1af1c50a4a0ae48f535126cdfca915ffed29b (patch) | |
tree | b44930e68c6dc79081185713e2d789b91d3b3a9f | |
parent | 911eed825cd7573c8fa9fa3f348a5a657fa180a4 (diff) |
dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
Add SoC IDs for Qualcomm SM6115 / SM4250 and variants.
Cc: Bjorn Andersson <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Konrad Dybcio <[email protected]>
Signed-off-by: Bhupesh Sharma <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index 55d9e0be6823..f7aef3f310d7 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -127,11 +127,13 @@ #define QCOM_ID_IPQ8071A 396 #define QCOM_ID_IPQ6018 402 #define QCOM_ID_IPQ6028 403 +#define QCOM_ID_SM4250 417 #define QCOM_ID_IPQ6000 421 #define QCOM_ID_IPQ6010 422 #define QCOM_ID_SC7180 425 #define QCOM_ID_SM6350 434 #define QCOM_ID_SM8350 439 +#define QCOM_ID_SM6115 444 #define QCOM_ID_SC8280XP 449 #define QCOM_ID_IPQ6005 453 #define QCOM_ID_QRB5165 455 @@ -139,6 +141,8 @@ #define QCOM_ID_SM7225 459 #define QCOM_ID_SA8295P 460 #define QCOM_ID_SA8540P 461 +#define QCOM_ID_QCM4290 469 +#define QCOM_ID_QCS4290 470 #define QCOM_ID_SM8450_2 480 #define QCOM_ID_SM8450_3 482 #define QCOM_ID_SC7280 487 |