Commit da4b3d88 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Link: https://lore.kernel.org/r/20220107031905.2406176-1-robh@kernel.org
parent 70dfc417
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ required:
  - gpio-controller
  - interrupt-controller
  - "#interrupt-cells"
  - interrupt-parent

additionalProperties: false

+0 −9
Original line number Diff line number Diff line
@@ -175,15 +175,6 @@ required:
  - ti,mbox-num-fifos

allOf:
  - if:
      properties:
        compatible:
          enum:
            - ti,am654-mailbox
    then:
      required:
        - interrupt-parent

  - if:
      properties:
        compatible:
+0 −1
Original line number Diff line number Diff line
@@ -221,7 +221,6 @@ required:
  - '#gpio-cells'
  - interrupt-controller
  - '#interrupt-cells'
  - interrupt-parent
  - interrupts
  - AVDD-supply
  - DBVDD1-supply
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ properties:
required:
  - compatible
  - reg
  - interrupt-parent
  - interrupts
  - interrupt-names
  - lantiq,tx-burst-length
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ properties:
required:
  - compatible
  - reg
  - interrupt-parent
  - interrupts
  - interrupt-names
  - "#address-cells"
Loading