Re: [PATCH 1/2] dt-bindings: watchdog: Convert TS-4800 to DT schema
From: Rob Herring (Arm)
Date: Mon Mar 23 2026 - 09:32:20 EST
On Mon, 23 Mar 2026 10:46:12 +0200, Eduard Bostina wrote:
> Convert the Technologic Systems TS-4800 watchdog timer bindings
> to DT schema.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> Note:
> * This patch is part of the GSoC2026 application process for device tree bindings conversions
> * https://github.com/LinuxFoundationGSoC/ProjectIdeas/wiki/GSoC-2026-Device-Tree-Bindings
>
> .../watchdog/technologic,ts4800-wdt.yaml | 46 +++++++++++++++++++
> .../bindings/watchdog/ts4800-wdt.txt | 25 ----------
> 2 files changed, 46 insertions(+), 25 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/watchdog/technologic,ts4800-wdt.yaml
> delete mode 100644 Documentation/devicetree/bindings/watchdog/ts4800-wdt.txt
>
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/watchdog/technologic,ts4800-wdt.example.dtb: syscon@b0010000 (syscon): compatible: ['syscon', 'simple-mfd'] is too short
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260323084616.10469-2-egbostina@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.