summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-11-29 01:10:08 +0300
committerRob Herring <robh@kernel.org>2024-01-22 17:00:35 +0300
commit9f8bbb531a17c5afcc3a02d92f64194819178254 (patch)
treea7e7179d023d1e739ea15020d365397ee1bec34e
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-9f8bbb531a17c5afcc3a02d92f64194819178254.tar.xz
dt-bindings: Turn on undocumented compatible checks
The undocumented compatibles in the examples are down to just a few left. Turn on the warning by default. The increased visibility should get the remaining warnings fixed. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231128221008.4050638-2-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/Makefile b/Documentation/devicetree/bindings/Makefile
index 2323fd5b7cda..7653ac50e3b1 100644
--- a/Documentation/devicetree/bindings/Makefile
+++ b/Documentation/devicetree/bindings/Makefile
@@ -61,9 +61,6 @@ override DTC_FLAGS := \
-Wno-unique_unit_address \
-Wunique_unit_address_if_enabled
-# Disable undocumented compatible checks until warning free
-override DT_CHECKER_FLAGS ?=
-
$(obj)/processed-schema.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE
$(call if_changed_rule,chkdt)