Message ID | 20221201141619.2462705-2-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add SoC ID support for a few more Qualcomm SoCs | expand |
On 1.12.2022 15:16, Bhupesh Sharma wrote: > 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> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > include/dt-bindings/arm/qcom,ids.h | 2 ++ > 1 file changed, 2 insertions(+) > > 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
On 01/12/2022 15:16, Bhupesh Sharma wrote: > 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> All these entries come from MAINTAINERS file. No need to store them in the git history. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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(+)