Skip to content

Commit 51cb04a

Browse files
Kriskura176767gregkh
authored andcommitted
dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100
Add the missing multiport controller binding to target list. Fix minItems for interrupt-names to avoid the following error on High Speed controller: usb@a200000: interrupt-names: ['dwc_usb3', 'pwr_event', 'dp_hs_phy_irq', 'dm_hs_phy_irq'] is too short Fixes: 6e762f7 ("dt-bindings: usb: Introduce qcom,snps-dwc3") Cc: stable@vger.kernel.org Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent dddc0f7 commit 51cb04a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ properties:
6868
- qcom,sm8550-dwc3
6969
- qcom,sm8650-dwc3
7070
- qcom,x1e80100-dwc3
71+
- qcom,x1e80100-dwc3-mp
7172
- const: qcom,snps-dwc3
7273

7374
reg:
@@ -460,8 +461,10 @@ allOf:
460461
then:
461462
properties:
462463
interrupts:
464+
minItems: 4
463465
maxItems: 5
464466
interrupt-names:
467+
minItems: 4
465468
items:
466469
- const: dwc_usb3
467470
- const: pwr_event

0 commit comments

Comments
 (0)