Skip to content

Commit 17668d7

Browse files
quic-varadagregkh
authored andcommitted
dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info
IPQ5332 has only three interrupts. Update the constraints to fix the following dt_binding_check errors. interrupt-names: ['pwr_event', 'dp_hs_phy_irq', 'dm_hs_phy_irq'] is too short Fixes: 53c6d85 ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding") Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240723100151.402300-2-quic_varada@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent db1c0bc commit 17668d7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,21 @@ allOf:
428428
contains:
429429
enum:
430430
- qcom,ipq5332-dwc3
431+
then:
432+
properties:
433+
interrupts:
434+
maxItems: 3
435+
interrupt-names:
436+
items:
437+
- const: pwr_event
438+
- const: dp_hs_phy_irq
439+
- const: dm_hs_phy_irq
440+
441+
- if:
442+
properties:
443+
compatible:
444+
contains:
445+
enum:
431446
- qcom,x1e80100-dwc3
432447
then:
433448
properties:

0 commit comments

Comments
 (0)