diff options
author | Rob Herring <robh@kernel.org> | 2022-01-07 04:19:04 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-11 18:54:35 +0100 |
commit | da4b3d88b0862141417f16121f378efffe44240f (patch) | |
tree | 25f3c25f34026a690a49743191dc63357f091c0e /Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml | |
parent | dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance' (diff) | |
download | linux-da4b3d88b0862141417f16121f378efffe44240f.tar.xz linux-da4b3d88b0862141417f16121f378efffe44240f.zip |
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 <robh@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
Link: https://lore.kernel.org/r/20220107031905.2406176-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml b/Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml index 7bc074a42369..5bc1a21ca579 100644 --- a/Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml +++ b/Documentation/devicetree/bindings/net/lantiq,xrx200-net.yaml @@ -38,7 +38,6 @@ properties: required: - compatible - reg - - interrupt-parent - interrupts - interrupt-names - "#address-cells" |