Skip to content

Commit db0635a

Browse files
krzkgregkh
authored andcommitted
dt-bindings: usb: qcom,dwc3: Correct IPQ5018 interrupts
According to reference manual, IPQ5018 does not have QUSB2 PHY and its interrupts should rather match ones used in IPQ5332 (so power_event, eud_dmse_int_mx, eud_dpse_int_mx). Fixes: 53c6d85 ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding") Fixes: 6e762f7 ("dt-bindings: usb: Introduce qcom,snps-dwc3") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260106185012.19551-3-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1366cd2 commit db0635a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/usb/qcom,dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ allOf:
406406
compatible:
407407
contains:
408408
enum:
409-
- qcom,ipq5018-dwc3
410409
- qcom,ipq6018-dwc3
411410
- qcom,ipq8074-dwc3
412411
- qcom,msm8953-dwc3
@@ -451,6 +450,7 @@ allOf:
451450
compatible:
452451
contains:
453452
enum:
453+
- qcom,ipq5018-dwc3
454454
- qcom,ipq5332-dwc3
455455
then:
456456
properties:

Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ allOf:
420420
compatible:
421421
contains:
422422
enum:
423-
- qcom,ipq5018-dwc3
424423
- qcom,ipq6018-dwc3
425424
- qcom,ipq8074-dwc3
426425
- qcom,msm8953-dwc3
@@ -467,6 +466,7 @@ allOf:
467466
compatible:
468467
contains:
469468
enum:
469+
- qcom,ipq5018-dwc3
470470
- qcom,ipq5332-dwc3
471471
then:
472472
properties:

0 commit comments

Comments
 (0)