Re: [PATCH 2/2] soc: qcom: socinfo: drop the IPQ5019 SoC ID

From: Krzysztof Kozlowski
Date: Mon Jul 10 2023 - 07:39:04 EST


On 10/07/2023 12:54, Kathiravan T wrote:
> IPQ5019 SoC is not available in production. Lets drop it.
>
> Signed-off-by: Kathiravan T <quic_kathirav@xxxxxxxxxxx>
> ---
> drivers/soc/qcom/socinfo.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 4d49945b3a35..78293ab13c87 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -406,7 +406,6 @@ static const struct soc_id soc_id[] = {
> { qcom_board_id(QRU1000) },
> { qcom_board_id(QDU1000) },
> { qcom_board_id(QDU1010) },
> - { qcom_board_id(IPQ5019) },

Similar concerns as for patch #1, although a bit smaller because this is
not an ABI. Anyway, commit msg said only that it is not available
anymore, but does not explain anything about existing users...

Best regards,
Krzysztof