Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers

An interrupt-controller node which is the parent provider for
"interrupt-map" needs an "#address-cells" property. This fixes
"interrupt_map" warnings in new dtc.

Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20250801200728.3252036-2-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

+15
+1
Documentation/devicetree/bindings/pci/brcm,iproc-pcie.yaml
··· 108 108 #include <dt-bindings/interrupt-controller/arm-gic.h> 109 109 110 110 gic: interrupt-controller { 111 + #address-cells = <0>; 111 112 interrupt-controller; 112 113 #interrupt-cells = <3>; 113 114 };
+4
Documentation/devicetree/bindings/pci/marvell,armada-3700-pcie.yaml
··· 42 42 additionalProperties: false 43 43 44 44 properties: 45 + '#address-cells': 46 + const: 0 47 + 45 48 interrupt-controller: true 46 49 47 50 '#interrupt-cells': ··· 95 92 reset-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; 96 93 97 94 pcie_intc: interrupt-controller { 95 + #address-cells = <0>; 98 96 interrupt-controller; 99 97 #interrupt-cells = <1>; 100 98 };
+3
Documentation/devicetree/bindings/pci/marvell,kirkwood-pcie.yaml
··· 101 101 additionalProperties: false 102 102 103 103 properties: 104 + '#address-cells': 105 + const: 0 106 + 104 107 interrupt-controller: true 105 108 106 109 '#interrupt-cells':
+4
Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml
··· 56 56 additionalProperties: false 57 57 58 58 properties: 59 + '#address-cells': 60 + const: 0 61 + 59 62 interrupt-controller: true 60 63 61 64 '#interrupt-cells': ··· 112 109 <0 0 0 4 &pcie_intc 3>; 113 110 114 111 pcie_intc: interrupt-controller { 112 + #address-cells = <0>; 115 113 interrupt-controller; 116 114 #interrupt-cells = <1>; 117 115 interrupt-parent = <&gic>;
+3
Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
··· 99 99 additionalProperties: false 100 100 101 101 properties: 102 + '#address-cells': 103 + const: 0 104 + 102 105 interrupt-controller: true 103 106 104 107 '#interrupt-cells':