diff mbox series

dt-bindings: Turn on undocumented compatible checks

Message ID 20231128221008.4050638-2-robh@kernel.org
State Accepted
Headers show
Series dt-bindings: Turn on undocumented compatible checks | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success

Commit Message

Rob Herring (Arm) Nov. 28, 2023, 10:10 p.m. UTC
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.

Signed-off-by: Rob Herring <robh@kernel.org>
---
After the last batch of fixes I've sent out, there's 6 warnings 
remaining:

 ['socionext,milbeaut-usio-uart']
 ['sprd,sc9863a-glbregs', 'syscon', 'simple-mfd']
 ['brcm,bcm2711-avs-monitor', 'syscon', 'simple-mfd']
 ['fsl,imx6q-anatop', 'syscon', 'simple-mfd']
 ['hisilicon,hi3798cv200-combphy']
 ['qca,ar9331-switch']

 Documentation/devicetree/bindings/Makefile | 3 ---
 1 file changed, 3 deletions(-)

Comments

Krzysztof Kozlowski Nov. 29, 2023, 8:29 a.m. UTC | #1
On 28/11/2023 23:10, Rob Herring wrote:
> 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.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> After the last batch of fixes I've sent out, there's 6 warnings 
> remaining:
> 
>  ['socionext,milbeaut-usio-uart']
>  ['sprd,sc9863a-glbregs', 'syscon', 'simple-mfd']
>  ['brcm,bcm2711-avs-monitor', 'syscon', 'simple-mfd']
>  ['fsl,imx6q-anatop', 'syscon', 'simple-mfd']
>  ['hisilicon,hi3798cv200-combphy']
>  ['qca,ar9331-switch']
> 

Yay!

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/Makefile b/Documentation/devicetree/bindings/Makefile
index 3e886194b043..3e3e49d8a733 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)