[PATCH] dt-bindings: usb: dwc3: Add IPQ5018 compatible

Nitheesh Sekar posted 1 patch 2 years, 3 months ago
There is a newer version of this series
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: usb: dwc3: Add IPQ5018 compatible
Posted by Nitheesh Sekar 2 years, 3 months ago
Document the IPQ5018 dwc3 compatible.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
---
Link: https://lore.kernel.org/all/3e4e03b6-380c-ce61-dd93-30669e6f9b5c@linaro.org/
As per the review comments in the above series
created a new series for this patchset as per subsystem.
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index 67591057f234..1ad62e55dfe2 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -14,6 +14,7 @@ properties:
     items:
       - enum:
           - qcom,ipq4019-dwc3
+          - qcom,ipq5018-dwc3
           - qcom,ipq5332-dwc3
           - qcom,ipq6018-dwc3
           - qcom,ipq8064-dwc3
@@ -238,6 +239,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - qcom,ipq5018-dwc3
               - qcom,ipq5332-dwc3
               - qcom,msm8994-dwc3
               - qcom,qcs404-dwc3
@@ -411,6 +413,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - qcom,ipq5018-dwc3
               - qcom,ipq5332-dwc3
               - qcom,sdm660-dwc3
     then:
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Re: [PATCH] dt-bindings: usb: dwc3: Add IPQ5018 compatible
Posted by Krzysztof Kozlowski 2 years, 3 months ago
On 30/08/2023 13:16, Nitheesh Sekar wrote:
> Document the IPQ5018 dwc3 compatible.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
> ---
> Link: https://lore.kernel.org/all/3e4e03b6-380c-ce61-dd93-30669e6f9b5c@linaro.org/
> As per the review comments in the above series
> created a new series for this patchset as per subsystem.

Please provide changelog. This is not v1 anymore.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: usb: dwc3: Add IPQ5018 compatible
Posted by Nitheesh Sekar 2 years, 3 months ago
On 8/30/2023 4:48 PM, Krzysztof Kozlowski wrote:
> On 30/08/2023 13:16, Nitheesh Sekar wrote:
>> Document the IPQ5018 dwc3 compatible.
>>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Nitheesh Sekar <quic_nsekar@quicinc.com>
>> ---
>> Link: https://lore.kernel.org/all/3e4e03b6-380c-ce61-dd93-30669e6f9b5c@linaro.org/
>> As per the review comments in the above series
>> created a new series for this patchset as per subsystem.
> Please provide changelog. This is not v1 anymore.
ok. Will add tag "V2" and post another version.

Regards,
Nitheesh