Skip to content

Commit 01d0467

Browse files
committed
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/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent b2473a3 commit 01d0467

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Documentation/devicetree/bindings/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))
5656
override DTC_FLAGS := \
5757
-Wno-avoid_unnecessary_addr_size \
5858
-Wno-graph_child_address \
59-
-Wno-interrupt_provider \
6059
-Wno-unique_unit_address \
6160
-Wunique_unit_address_if_enabled
6261

Documentation/devicetree/bindings/example-schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,5 @@ examples:
262262
reg-names = "core", "aux";
263263
interrupts = <10>;
264264
interrupt-controller;
265+
#interrupt-cells = <2>;
265266
};

0 commit comments

Comments
 (0)