dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example
authorRob Herring (Arm) <robh@kernel.org>
Tue, 5 Nov 2024 21:32:16 +0000 (15:32 -0600)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Tue, 5 Nov 2024 22:09:27 +0000 (22:09 +0000)
"#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>
Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml

index 548f59d..205326f 100644 (file)
@@ -230,7 +230,6 @@ examples:
 
       interrupts = <25>, <24>;
       interrupt-names = "msi", "hp";
-      #interrupt-cells = <1>;
 
       reset-gpios = <&port0 0 1>;