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@xxxxxxxxxxx> > --- > 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@xxxxxxxxxx> > }; > > -- > 2.47.0 > -- With best wishes Dmitry