Commit 17668d7b authored by Varadarajan Narayanan's avatar Varadarajan Narayanan Committed by Greg Kroah-Hartman
Browse files

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: 53c6d854 ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding")
Signed-off-by: default avatarVaradarajan Narayanan <quic_varada@quicinc.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240723100151.402300-2-quic_varada@quicinc.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent db1c0bc6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -428,6 +428,21 @@ allOf:
          contains:
            enum:
              - qcom,ipq5332-dwc3
    then:
      properties:
        interrupts:
          maxItems: 3
        interrupt-names:
          items:
            - const: pwr_event
            - const: dp_hs_phy_irq
            - const: dm_hs_phy_irq

  - if:
      properties:
        compatible:
          contains:
            enum:
              - qcom,x1e80100-dwc3
    then:
      properties: