Skip to content

Commit 79c58ab

Browse files
Wesley Chenggregkh
authored andcommitted
dt-bindings: usb: dwc3: Limit num-hc-interrupters definition
Ensure that the number of XHCI secondary interrupters defined for a DWC3 based implementation is limited to 8. XHCI in general can potentially support up to 1024 interrupters. 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 b1541a8 commit 79c58ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ properties:
432432
items:
433433
enum: [1, 4, 8, 16, 32, 64, 128, 256]
434434

435+
num-hc-interrupters:
436+
maximum: 8
437+
default: 1
438+
435439
port:
436440
$ref: /schemas/graph.yaml#/properties/port
437441
description:

0 commit comments

Comments
 (0)