Message ID | 20241110145339.3635437-3-quic_wasimn@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: qcom: Add support for QCS9075 boards | expand |
On Sun, Nov 10, 2024 at 08:23:36PM +0530, Wasim Nazir wrote: > Update soc_id table for the Qualcomm QCS9075 SoC > to represent qcs9075 machine. > > Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> > --- > drivers/soc/qcom/socinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index 805dc3c4de40..a473d85bc033 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -451,6 +451,7 @@ static const struct soc_id soc_id[] = { > { qcom_board_id(QCS9100) }, > { qcom_board_id(QCS8300) }, > { qcom_board_id(QCS8275) }, > + { qcom_board_id(QCS9075) }, > { qcom_board_id(QCS615) }, I think we should sort this array in a sensible way. Nevertheless: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > }; > > -- > 2.47.0 >
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 805dc3c4de40..a473d85bc033 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -451,6 +451,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(QCS9100) }, { qcom_board_id(QCS8300) }, { qcom_board_id(QCS8275) }, + { qcom_board_id(QCS9075) }, { qcom_board_id(QCS615) }, };
Update soc_id table for the Qualcomm QCS9075 SoC to represent qcs9075 machine. Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) -- 2.47.0