Re: [PATCH 3/3] soc: qcom: socinfo: add support for SA8775P

From: Krzysztof Kozlowski
Date: Tue Feb 07 2023 - 05:46:21 EST


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.

Best regards,
Krzysztof