From: Rob Herring (Arm) Date: Tue, 5 Nov 2024 21:32:16 +0000 (-0600) Subject: dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example X-Git-Tag: microblaze-v6.16~472^2~15^2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=718c157a0b941fe2d3b4cca689148775e6ea2330;p=linux-2.6-microblaze.git 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) Signed-off-by: Krzysztof WilczyƄski --- diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml index 548f59d76ef2..205326fb2d75 100644 --- a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml @@ -230,7 +230,6 @@ examples: interrupts = <25>, <24>; interrupt-names = "msi", "hp"; - #interrupt-cells = <1>; reset-gpios = <&port0 0 1>;