Re: [PATCH 1/2] soc: qcom: socinfo: add SM8750 SoC ID
From: Krzysztof Kozlowski
Date: Fri Apr 25 2025 - 10:37:20 EST
On 25/04/2025 16:03, Mukesh Ojha wrote:
> Update soc_id table for the Qualcomm SM8750 SoC to represent
> SM8750 machine.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
> ---
> 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 13cf73744bd9..71858de73a91 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -456,6 +456,7 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(QCS8275) },
> { qcom_board_id(QCS9075) },
> { qcom_board_id(QCS615) },
> + { qcom_board_id(SM8750) },
Messed order.
Best regards,
Krzysztof