On 01/03/2026 16:55, Aelin Reidel wrote: > SM7450 and SM7450P are two SoCs in the 'fillmore' family. > > Signed-off-by: Aelin Reidel <[email protected]> > --- > 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 > 003a2304d535c2655db566c644342dbc387e24a9..cde2151251f31fe26adbb1ed462c62c75a99f536 > 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -492,6 +492,7 @@ static const struct soc_id soc_id[] = { > { qcom_board_id(QRU1000) }, > { qcom_board_id(SM8475_2) }, > { qcom_board_id(QDU1000) }, > + { qcom_board_id(SM7450P) }, > { qcom_board_id(X1E80100) }, > { qcom_board_id(SM8650) }, > { qcom_board_id(SM4450) }, > @@ -508,6 +509,7 @@ static const struct soc_id soc_id[] = { > { qcom_board_id(QCM8550) }, > { qcom_board_id(SM8750) }, > { qcom_board_id(IPQ5300) }, > + { qcom_board_id(SM7450) },
Wrongly placed, look how these are ordered. Best regards, Krzysztof

