Skip to content

Commit

Permalink
dt-bindings: Enable dtc "interrupt_provider" warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring (Arm) committed Nov 8, 2024
1 parent b2473a3 commit 01d0467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/devicetree/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/example-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,5 @@ examples:
reg-names = "core", "aux";
interrupts = <10>;
interrupt-controller;
#interrupt-cells = <2>;
};

0 comments on commit 01d0467

Please sign in to comment.