Message ID | 20230724083745.1015321-3-quic_kathirav@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Drop the IPQ5019 SoC ID | expand |
On 24/07/2023 10:37, Kathiravan T wrote: > 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> Best regards, Krzysztof
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index bcbe9ee2cdaf..179dd56b2d95 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -250,7 +250,6 @@ #define QCOM_ID_QRU1000 539 #define QCOM_ID_QDU1000 545 #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
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 include/dt-bindings/arm/qcom,ids.h | 1 - 1 file changed, 1 deletion(-)