Message ID | 20240806-add_qcs9100_soc_id-v1-2-04d14081f304@quicinc.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | soc: qcom: Add QCS9100 SoC ID and compatible support | expand |
On 06/08/2024 06:19, Tengfei Fan wrote: > Add the ID for the Qualcomm QCS9100 SoC. > > Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index d7359a235e3c..6de6afd518c5 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -441,6 +441,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(QCM8550) }, { qcom_board_id(IPQ5300) }, { qcom_board_id(IPQ5321) }, + { qcom_board_id(QCS9100) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)
Add the ID for the Qualcomm QCS9100 SoC. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+)