Re: [PATCH v3 1/3] dt-bindings: reset: Add Armada8K reset controller

From: Rob Herring (Arm)
Date: Thu Feb 27 2025 - 15:24:40 EST



On Thu, 27 Feb 2025 11:25:34 -0800, Wilson Ding wrote:
> Add device-tree binding documentation for the Armada8K reset driver and
> create the new head file for the reset line index definitions.
>
> Signed-off-by: Wilson Ding <dingwei@xxxxxxxxxxx>
> ---
> .../reset/marvell,armada8k-reset.yaml | 48 +++++++++++++++++++
> .../reset/marvell,armada8k-reset.h | 27 +++++++++++
> 2 files changed, 75 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/marvell,armada8k-reset.yaml
> create mode 100644 include/dt-bindings/reset/marvell,armada8k-reset.h
>

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/reset/marvell,armada8k-reset.example.dtb: system-controller@440000: 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.ozlabs.org/project/devicetree-bindings/patch/20250227192536.2426490-2-dingwei@xxxxxxxxxxx

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.