2023-07-10 11:05:49

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH 2/2] soc: qcom: socinfo: drop the IPQ5019 SoC ID

IPQ5019 SoC is not available in production. Lets drop it.

Signed-off-by: Kathiravan T <[email protected]>
---
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) },
{ qcom_board_id(QRU1032) },
{ qcom_board_id(QRU1052) },
{ qcom_board_id(QRU1062) },
--
2.34.1



2023-07-10 11:53:54

by Krzysztof Kozlowski

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

On 10/07/2023 12:54, Kathiravan T wrote:
> IPQ5019 SoC is not available in production. Lets drop it.
>
> Signed-off-by: Kathiravan T <[email protected]>
> ---
> 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