dt-bindings: Enable dtc "interrupt_provider" warnings
authorRob Herring (Arm) <robh@kernel.org>
Tue, 5 Nov 2024 21:32:32 +0000 (15:32 -0600)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 8 Nov 2024 19:15:53 +0000 (13:15 -0600)
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>
Documentation/devicetree/bindings/Makefile
Documentation/devicetree/bindings/example-schema.yaml

index bf7d646..8390d6c 100644 (file)
@@ -56,7 +56,6 @@ DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))
 override DTC_FLAGS := \
        -Wno-avoid_unnecessary_addr_size \
        -Wno-graph_child_address \
-       -Wno-interrupt_provider \
        -Wno-unique_unit_address \
        -Wunique_unit_address_if_enabled
 
index a41f9b9..484f8ba 100644 (file)
@@ -262,4 +262,5 @@ examples:
         reg-names = "core", "aux";
         interrupts = <10>;
         interrupt-controller;
+        #interrupt-cells = <2>;
     };