diff mbox series

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

Message ID 20230724083745.1015321-2-quic_kathirav@quicinc.com
State New
Headers show
Series [V3,1/2] soc: qcom: socinfo: drop the IPQ5019 SoC ID | expand

Commit Message

Kathiravan Thirumoorthy July 24, 2023, 8:37 a.m. UTC
IPQ5019 SoC is never productized. So lets drop it.

Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
---
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 mbox series

Patch

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) },