Skip to content

Commit 309f5d7

Browse files
geertugregkh
authored andcommitted
dt-bindings: usb: cdns,usb3: Fix interrupts order
Correct the order of the descriptions for the "interrupts" property to match the order of the "interrupt-names" property. Fixes: 68989fe ("dt-bindings: usb: Convert cdns-usb3.txt to YAML schema") Acked-by: Peter Chen <[email protected]> Acked-by: Peter Chen <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 51c236d commit 309f5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/usb/cdns,usb3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ properties:
2828
interrupts:
2929
minItems: 3
3030
items:
31-
- description: OTG/DRD controller interrupt
3231
- description: XHCI host controller interrupt
3332
- description: Device controller interrupt
33+
- description: OTG/DRD controller interrupt
3434
- description: interrupt used to wake up core, e.g when usbcmd.rs is
3535
cleared by xhci core, this interrupt is optional
3636

0 commit comments

Comments
 (0)