Message ID | 20221201141619.2462705-2-bhupesh.sharma@linaro.org |
---|---|
State | Accepted |
Commit | 87f67727e057bc54816097d3b8e38a4a0c58e0bb |
Headers | show |
Series | Add SoC ID support for a few more Qualcomm SoCs | expand |
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index 8b1a0f43bd93..5e0524991e99 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -102,6 +102,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 @@ -112,6 +113,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
Add SoC IDs for Qualcomm SM8150 and SA8155 SoCs. Cc: Bjorn Andersson <andersson@kernel.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- include/dt-bindings/arm/qcom,ids.h | 2 ++ 1 file changed, 2 insertions(+)