[PATCH] dt-bindings: firmware: cznic,turris-mox-rwtm: convert to DT schema
Rob Herring (Arm)
robh at kernel.org
Sat Feb 21 11:20:20 PST 2026
On Sat, 21 Feb 2026 19:21:34 +0100, Gabor Juhos wrote:
> Convert the Turris Mox rWTM firmware binding to YAML format. Both the
> compatibles and the examples were adjusted to match with the ones used
> by the existing device trees to avoid new dtb check warnings.
>
> Signed-off-by: Gabor Juhos <j4g8y7 at gmail.com>
> ---
> .../bindings/firmware/cznic,turris-mox-rwtm.txt | 19 ----------
> .../bindings/firmware/cznic,turris-mox-rwtm.yaml | 44 ++++++++++++++++++++++
> MAINTAINERS | 2 +-
> 3 files changed, 45 insertions(+), 20 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260221-mox-rwtm-yaml-v1-1-25dec4a0228b@gmail.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
More information about the linux-arm-kernel
mailing list