diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2024-11-05 15:32:32 -0600 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2024-11-08 13:15:53 -0600 |
| commit | 01d0467488c72e6d30cbc3261a3020080ba02378 (patch) | |
| tree | f4a22fab2bea14da095929a755e354d7e95e2a75 /Documentation/devicetree/bindings/example-schema.yaml | |
| parent | b2473a359763e27567993e7d8f37de82f57a0829 (diff) | |
| download | linux-01d0467488c72e6d30cbc3261a3020080ba02378.tar.gz linux-01d0467488c72e6d30cbc3261a3020080ba02378.tar.bz2 linux-01d0467488c72e6d30cbc3261a3020080ba02378.zip | |
dt-bindings: Enable dtc "interrupt_provider" warnings
All the warnings from the "interrupt_provider" dtc check are fixed now,
so enable the warning for the examples.
Link: https://lore.kernel.org/r/20241105213232.443192-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/example-schema.yaml')
| -rw-r--r-- | Documentation/devicetree/bindings/example-schema.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml index a41f9b9a196b..484f8babcda4 100644 --- a/Documentation/devicetree/bindings/example-schema.yaml +++ b/Documentation/devicetree/bindings/example-schema.yaml @@ -262,4 +262,5 @@ examples: reg-names = "core", "aux"; interrupts = <10>; interrupt-controller; + #interrupt-cells = <2>; }; |
