diff options
author | Bhupesh Sharma <[email protected]> | 2022-12-01 19:46:16 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-05 16:50:39 -0600 |
commit | 87f67727e057bc54816097d3b8e38a4a0c58e0bb (patch) | |
tree | 270a13686a9f59779f259ae261e5076e3ac9cb70 | |
parent | 9ed8503114ccbfd116f18143a3604b9f1155ee9e (diff) |
dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs.
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 | 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 a9376dfe9ef2..55d9e0be6823 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -104,6 +104,7 @@ #define QCOM_ID_SDA658 326 #define QCOM_ID_SDA630 327 #define QCOM_ID_SDM450 338 +#define QCOM_ID_SM8150 339 #define QCOM_ID_SDA845 341 #define QCOM_ID_IPQ8072 342 #define QCOM_ID_IPQ8076 343 @@ -114,6 +115,7 @@ #define QCOM_ID_SDA632 350 #define QCOM_ID_SDA450 351 #define QCOM_ID_SM8250 356 +#define QCOM_ID_SA8155 362 #define QCOM_ID_IPQ8070 375 #define QCOM_ID_IPQ8071 376 #define QCOM_ID_IPQ8072A 389 |