Skip to content

Commit b1541a8

Browse files
Wesley Chenggregkh
authored andcommitted
dt-bindings: usb: xhci: Add num-hc-interrupters definition
Add the definition for how many interrupts the XHCI host controller should allocate. XHCI can potentially support up to 1024 interrupters, which implementations may want to limit. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Wesley Cheng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c99b38c commit b1541a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/usb/usb-xhci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ properties:
2929
description: Interrupt moderation interval
3030
default: 5000
3131

32+
num-hc-interrupters:
33+
description: Maximum number of interrupters to allocate
34+
$ref: /schemas/types.yaml#/definitions/uint16
35+
minimum: 1
36+
maximum: 1024
37+
3238
additionalProperties: true
3339

3440
examples:

0 commit comments

Comments
 (0)