diff options
author | Rob Herring <robh@kernel.org> | 2023-11-29 01:10:08 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-01-22 17:00:35 +0300 |
commit | 9f8bbb531a17c5afcc3a02d92f64194819178254 (patch) | |
tree | a7e7179d023d1e739ea15020d365397ee1bec34e /Documentation/devicetree/bindings/Makefile | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-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>
Diffstat (limited to 'Documentation/devicetree/bindings/Makefile')
-rw-r--r-- | Documentation/devicetree/bindings/Makefile | 3 |
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) |