Re: [PATCH v2 4/5] dt-bindings: arm: atmel,at91rm9200-st: convert to DT schema
From: Rob Herring (Arm)
Date: Tue Feb 24 2026 - 12:07:14 EST
On Tue, 24 Feb 2026 14:46:49 +0000, Akhila YS wrote:
> Convert System Timer binding to YAML format.
>
> Signed-off-by: Akhila YS <akhilayalmati@xxxxxxxxx>
> ---
> .../bindings/arm/atmel,at91rm9200-st.yaml | 65 ++++++++++++++++++++++
> 1 file changed, 65 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/arm/atmel,at91rm9200-st.example.dtb: watchdog (atmel,at91rm9200-wdt): 'reg' is a required property
from schema $id: http://devicetree.org/schemas/watchdog/atmel,at91rm9200-wdt.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260224-arm-microchip-v2-4-8bedacd2cdcb@xxxxxxxxx
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.