docs: dt: submitting-patches: Mention expectation about dt-check-style

Any new DTS example in the binding should pass dt-check-style 'strict'
mode without warnings, although scripts does report some false positives.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260803091758.232633-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
Krzysztof Kozlowski
2026-08-03 11:17:59 +02:00
committed by Rob Herring (Arm)
parent 456920b3a8
commit cf4c21aa3b

View File

@@ -41,6 +41,9 @@ I. For patch submitters
See Documentation/devicetree/bindings/writing-schema.rst for more details
about schema and tools setup.
The example DTS in new bindings should pass scripts/dtc/dt-check-style in
'strict' mode without warnings.
3) DT binding files should be dual licensed. The preferred license tag is
(GPL-2.0-only OR BSD-2-Clause).