Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 68989fe1c39d9b32 ("dt-bindings: usb: Convert cdns-usb3.txt to YAML schema")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Peter Chen <peter.chen@kernel.org>
Acked-by: Peter Chen <peter.chen@nxp.com>
Link: https://lore.kernel.org/r/20210527193952.1705127-1-geert@linux-m68k.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
7cb32edb 8acd12da

+1 -1
+1 -1
Documentation/devicetree/bindings/usb/cdns,usb3.yaml
··· 28 28 interrupts: 29 29 minItems: 3 30 30 items: 31 - - description: OTG/DRD controller interrupt 32 31 - description: XHCI host controller interrupt 33 32 - description: Device controller interrupt 33 + - description: OTG/DRD controller interrupt 34 34 - description: interrupt used to wake up core, e.g when usbcmd.rs is 35 35 cleared by xhci core, this interrupt is optional 36 36