diff options
author | 2024-11-05 15:32:16 -0600 | |
---|---|---|
committer | 2024-11-05 22:09:27 +0000 | |
commit | 718c157a0b941fe2d3b4cca689148775e6ea2330 (patch) | |
tree | 81b160a4f91efe1125501d231ea5da2a48f06377 | |
parent | dt-bindings: PCI: qcom,pcie-sm8550: Add SAR2130P compatible (diff) | |
download | wireguard-linux-718c157a0b941fe2d3b4cca689148775e6ea2330.tar.xz wireguard-linux-718c157a0b941fe2d3b4cca689148775e6ea2330.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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>; |