On Tue, Feb 7, 2023 at 11:46 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 07/02/2023 11:07, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Add SocInfo support for SA8775P. > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > --- > > 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 3b970a80f3aa..c5208aa99125 100644 > > --- a/drivers/soc/qcom/socinfo.c > > +++ b/drivers/soc/qcom/socinfo.c > > @@ -419,6 +419,7 @@ static const struct soc_id soc_id[] = { > > { qcom_board_id(SM8350) }, > > { qcom_board_id(SM6115) }, > > { qcom_board_id(SC8280XP) }, > > + { qcom_board_id(SA8775P) }, > > This does not look like correctly ordered. > Ugh, I missed the fact that these are ordered by the chip ID that's defined elsewhere. Thanks, will fix that in v2. Bart