Skip to content

Commit da4b3d8

Browse files
committed
dt-bindings: Drop required 'interrupt-parent'
'interrupt-parent' is never required as it can be in a parent node or a parent node itself can be an interrupt provider. Where exactly it lives is outside the scope of a binding schema. Signed-off-by: Rob Herring <[email protected]> Acked-by: Lee Jones <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 70dfc41 commit da4b3d8

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed

Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ required:
4343
- gpio-controller
4444
- interrupt-controller
4545
- "#interrupt-cells"
46-
- interrupt-parent
4746

4847
additionalProperties: false
4948

Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,6 @@ required:
175175
- ti,mbox-num-fifos
176176

177177
allOf:
178-
- if:
179-
properties:
180-
compatible:
181-
enum:
182-
- ti,am654-mailbox
183-
then:
184-
required:
185-
- interrupt-parent
186-
187178
- if:
188179
properties:
189180
compatible:

Documentation/devicetree/bindings/mfd/cirrus,madera.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ required:
221221
- '#gpio-cells'
222222
- interrupt-controller
223223
- '#interrupt-cells'
224-
- interrupt-parent
225224
- interrupts
226225
- AVDD-supply
227226
- DBVDD1-supply

Documentation/devicetree/bindings/net/lantiq,etop-xway.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ properties:
4646
required:
4747
- compatible
4848
- reg
49-
- interrupt-parent
5049
- interrupts
5150
- interrupt-names
5251
- lantiq,tx-burst-length

Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ properties:
3838
required:
3939
- compatible
4040
- reg
41-
- interrupt-parent
4241
- interrupts
4342
- interrupt-names
4443
- "#address-cells"

Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ required:
6363
- num-lanes
6464
- interrupts
6565
- interrupt-names
66-
- interrupt-parent
6766
- interrupt-map-mask
6867
- interrupt-map
6968
- clocks

Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ required:
5555
- reg-names
5656
- "#interrupt-cells"
5757
- interrupts
58-
- interrupt-parent
5958
- interrupt-map
6059
- interrupt-map-mask
6160
- bus-range

0 commit comments

Comments
 (0)