diff options
author | Rob Herring <robh@kernel.org> | 2020-10-06 20:19:08 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-10-27 00:13:56 +0300 |
commit | f84e2c5c528d937564e4a9e3411418e4c914b1fb (patch) | |
tree | 6858796d03eb49df0b467a68911b0cea6d8b5128 /Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml | |
parent | 62298364bd489b06d16370fd258c7be6a906729c (diff) | |
download | linux-f84e2c5c528d937564e4a9e3411418e4c914b1fb.tar.xz |
dt-bindings: Another round of adding missing 'additionalProperties/unevalutatedProperties'
Another round of wack-a-mole. The json-schema default is additional
unknown properties are allowed, but for DT all properties should be
defined.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml index cff6a956afb4..e12aee42b126 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml @@ -88,6 +88,8 @@ required: - ti,sci-dev-id - ti,interrupt-ranges +unevaluatedProperties: false + examples: - | main_gpio_intr: interrupt-controller0 { |