[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174718652184.181383.530303771736709791.robh@kernel.org>
Date: Tue, 13 May 2025 20:35:21 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: dongxuyang@...incomputing.com
Cc: krzk+dt@...nel.org, huangyifeng@...incomputing.com,
p.zabel@...gutronix.de, ningyu@...incomputing.com,
devicetree@...r.kernel.org, conor+dt@...nel.org,
linux-kernel@...r.kernel.org, linmin@...incomputing.com
Subject: Re: [PATCH 1/2] dt-bindings: reset: eswin: Documentation for
eic7700 SoC
On Wed, 14 May 2025 08:31:21 +0800, dongxuyang@...incomputing.com wrote:
> From: Xuyang Dong <dongxuyang@...incomputing.com>
>
> Add device tree binding documentation and header file for the ESWIN
> eic7700 reset controller module.
>
> Signed-off-by: Yifeng Huang <huangyifeng@...incomputing.com>
> Signed-off-by: Xuyang Dong <dongxuyang@...incomputing.com>
> ---
> .../bindings/reset/eswin,eic7700-reset.yaml | 47 +++
> .../dt-bindings/reset/eswin,eic7700-reset.h | 460 ++++++++++++++++++
> 2 files changed, 517 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml
> create mode 100644 include/dt-bindings/reset/eswin,eic7700-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/eswin,eic7700-reset.example.dtb: sys-crg@...28000 (syscon): compatible: ['syscon', 'simple-mfd'] is too short
from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/reset/eswin,eic7700-reset.example.dtb: sys-crg@...28000 (syscon): reg: [[0, 1367506944], [0, 524288]] is too long
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/20250514003121.473-1-dongxuyang@eswincomputing.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.
Powered by blists - more mailing lists