Skip to content

Commit cbad744

Browse files
jhovoldgregkh
authored andcommitted
dt-bindings: usb: qcom,dwc3: fix interrupt max items
A recent commit adding the SC8280XP multiport controller to the binding failed to update the interrupt maxItems, which results it DT checker warnings like: arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: usb@a4f8800: interrupts-extended: [[1, 0, 130, 4], [1, 0, 135, 4], [1, 0, 857, 4], [1, 0, 856, 4], [1, 0, 131, 4], [1, 0, 136, 4], [1, 0, 860, 4], [1, 0, 859, 4], [136, 127, 3], [136, 126, 3], [136, 129, 3], [136, 128, 3], [136, 131, 3], [136, 130, 3], [136, 133, 3], [136, 132, 3], [136, 16, 4], [136, 17, 4]] is too long Fixes: 80adfb5 ("dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport") Reported-by: "Rob Herring (Arm)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/lkml/[email protected]/ Cc: Krishna Kurapati <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 514fdbd commit cbad744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ properties:
119119
exception of SDM670/SDM845/SM6350.
120120
- ss_phy_irq: Used for remote wakeup in Super Speed mode of operation.
121121
minItems: 2
122-
maxItems: 5
122+
maxItems: 18
123123

124124
interrupt-names:
125125
minItems: 2
126-
maxItems: 5
126+
maxItems: 18
127127

128128
qcom,select-utmi-as-pipe-clk:
129129
description:

0 commit comments

Comments
 (0)