Skip to content

Commit 718c157

Browse files
robherringkwilczynski
authored andcommitted
dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example
"#interrupt-cells" is not valid without a corresponding "interrupt-map" or "interrupt-controller" property. As the example has neither, drop "#interrupt-cells". This fixes a dtc interrupt_provider warning. Link: https://lore.kernel.org/r/20241105213217.442809-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
1 parent d38cc57 commit 718c157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ examples:
230230
231231
interrupts = <25>, <24>;
232232
interrupt-names = "msi", "hp";
233-
#interrupt-cells = <1>;
234233
235234
reset-gpios = <&port0 0 1>;
236235

0 commit comments

Comments
 (0)