On 14/03/2023 22:41, Konrad Dybcio wrote: > Add the missing IDs for scuba and its QRB variant. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > drivers/soc/qcom/socinfo.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index e9012ca1a87b..dfc0fc3e90ca 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -424,11 +424,13 @@ static const struct soc_id soc_id[] = { > { qcom_board_id(SC7180) }, > { qcom_board_id(SM6350) }, > { qcom_board_id(QCM2150) }, > + { qcom_board_id(QCM2290) }, > { qcom_board_id(SDA429W) }, > { qcom_board_id(SM8350) }, > { qcom_board_id(SM6115) }, > { qcom_board_id(SC8280XP) }, > { qcom_board_id(IPQ6005) }, > + { qcom_board_id(QRB2210) }, These should have the same order as defines, so something is here incorrect. Best regards, Krzysztof