Skip to content

Commit

Permalink
dt-bindings: usb: cdns,usb3: Fix interrupts order
Browse files Browse the repository at this point in the history
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")
Signed-off-by: Geert Uytterhoeven <[email protected]>
  • Loading branch information
geertu authored and esmil committed Jun 13, 2021
1 parent 009c9aa commit f5b077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/usb/cdns,usb3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ properties:
interrupts:
minItems: 3
items:
- description: OTG/DRD controller interrupt
- description: XHCI host controller interrupt
- description: Device controller interrupt
- description: OTG/DRD controller interrupt
- description: interrupt used to wake up core, e.g when usbcmd.rs is
cleared by xhci core, this interrupt is optional

Expand Down

3 comments on commit f5b077c

@pdp7
Copy link

@pdp7 pdp7 commented on f5b077c Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geertu is this something that should be submitted upstream now since it is a general fix?

@geertu
Copy link
Author

@geertu geertu commented on f5b077c Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@esmil
Copy link
Owner

@esmil esmil commented on f5b077c Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pdp7 The commits are ordered such that the first ones (right now up until "[WIP] dt-bindings: clock: starfive: Add preliminary JH7100 bindings") should all be heading upstream. When rebasing on rc7 I intend to add 3 stmmac patches from net-next to that list, which should then "disappear" again when rebasing on 5.14-rc1

Please sign in to comment.