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

From: Kathiravan T
Date: Mon Jul 24 2023 - 04:38:20 EST


IPQ5019 SoC is never productized. So lets drop it.

Signed-off-by: Kathiravan T <quic_kathirav@xxxxxxxxxxx>
---
Changes in V3:
- Swapped the order of patch 1 and patch 2 inorder to remove the
user first and then definition

Changes in V2:
- Updated the commit message with the precise information for
dropping this ID

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