Message ID | 20231030-topic-sm8650-upstream-socinfo-v2-1-4751e7391dc9@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | qcom: socinfo: Add SM8650 SoC ID table entry | expand |
On 10/30/2023 3:25 PM, Neil Armstrong wrote: > Add the ID for the Qualcomm SM8650 SoC. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> -Mukesh > --- > include/dt-bindings/arm/qcom,ids.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h > index f7248348a459..51e0f6059410 100644 > --- a/include/dt-bindings/arm/qcom,ids.h > +++ b/include/dt-bindings/arm/qcom,ids.h > @@ -255,6 +255,7 @@ > #define QCOM_ID_SA8775P 534 > #define QCOM_ID_QRU1000 539 > #define QCOM_ID_QDU1000 545 > +#define QCOM_ID_SM8650 557 > #define QCOM_ID_SM4450 568 > #define QCOM_ID_QDU1010 587 > #define QCOM_ID_QRU1032 588 >
On 30/10/2023 10:55, Neil Armstrong wrote: > Add the ID for the Qualcomm SM8650 SoC. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > include/dt-bindings/arm/qcom,ids.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-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 f7248348a459..51e0f6059410 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -255,6 +255,7 @@ #define QCOM_ID_SA8775P 534 #define QCOM_ID_QRU1000 539 #define QCOM_ID_QDU1000 545 +#define QCOM_ID_SM8650 557 #define QCOM_ID_SM4450 568 #define QCOM_ID_QDU1010 587 #define QCOM_ID_QRU1032 588
Add the ID for the Qualcomm SM8650 SoC. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- include/dt-bindings/arm/qcom,ids.h | 1 + 1 file changed, 1 insertion(+)