diff options
author | 2023-07-24 14:07:45 +0530 | |
---|---|---|
committer | 2023-07-31 16:28:20 -0700 | |
commit | cb160cd7b11d0080d6bd21f1ea97c6edd2ae295a (patch) | |
tree | 01bb75a75a8d3ed7de18a50c295ba983ae241cea | |
parent | soc: qcom: socinfo: drop the IPQ5019 SoC ID (diff) | |
download | wireguard-linux-cb160cd7b11d0080d6bd21f1ea97c6edd2ae295a.tar.xz wireguard-linux-cb160cd7b11d0080d6bd21f1ea97c6edd2ae295a.zip |
dt-bindings: arm: qcom,ids: drop the IPQ5019 SoC ID
IPQ5019 SoC is never productized. So lets drop it.
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230724083745.1015321-3-quic_kathirav@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index b8cdb0813f78..48a1b0f63b77 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -251,7 +251,6 @@ #define QCOM_ID_QDU1000 545 #define QCOM_ID_SM4450 568 #define QCOM_ID_QDU1010 587 -#define QCOM_ID_IPQ5019 569 #define QCOM_ID_QRU1032 588 #define QCOM_ID_QRU1052 589 #define QCOM_ID_QRU1062 590 |