[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2fce3667.aaf.196d347ecb7.Coremail.dongxuyang@eswincomputing.com>
Date: Thu, 15 May 2025 17:30:28 +0800 (GMT+08:00)
From: 董绪洋 <dongxuyang@...incomputing.com>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: linmin@...incomputing.com, krzk+dt@...nel.org,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
mturquette@...libre.com, sboyd@...nel.org, ningyu@...incomputing.com,
conor+dt@...nel.org, devicetree@...r.kernel.org,
huangyifeng@...incomputing.com
Subject: Re: Re: [PATCH 1/2] dt-bindings: clock: eswin: Documentation for
eic7700 SoC
Hi, I use "pip3 install dtschema --upgrade" to upgrade the dtschema. The dtschema is 2025.02 and yamllint is 1.37.1. Use "make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/clock/eswin,eic7700-clock.yaml" to check, but there is not found warnings/errors. The environment is Ubuntu 18.04, and the Linux kernel version is v6.15-rc6. Therefore, I would like to obtain the versions of dtschema and yamllint that detect warnings/errors.
Thank you for telling me the message.
> -----原始邮件-----
> 发件人: "Rob Herring (Arm)" <robh@...nel.org>
> 发送时间:2025-05-14 09:20:14 (星期三)
> 收件人: dongxuyang@...incomputing.com
> 抄送: linmin@...incomputing.com, krzk+dt@...nel.org, linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org, mturquette@...libre.com, sboyd@...nel.org, ningyu@...incomputing.com, conor+dt@...nel.org, devicetree@...r.kernel.org, huangyifeng@...incomputing.com
> 主题: Re: [PATCH 1/2] dt-bindings: clock: eswin: Documentation for eic7700 SoC
>
>
> On Wed, 14 May 2025 08:25:16 +0800, dongxuyang@...incomputing.com wrote:
> > From: Xuyang Dong <dongxuyang@...incomputing.com>
> >
> > Add device tree binding documentation and header file for
> > the ESWIN EIC7700 clock controller module.
> >
> > Signed-off-by: Yifeng Huang <huangyifeng@...incomputing.com>
> > Signed-off-by: Xuyang Dong <dongxuyang@...incomputing.com>
> > ---
> > .../bindings/clock/eswin,eic7700-clock.yaml | 43 ++
> > .../dt-bindings/clock/eswin,eic7700-clock.h | 588 ++++++++++++++++++
> > 2 files changed, 641 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/clock/eswin,eic7700-clock.yaml
> > create mode 100644 include/dt-bindings/clock/eswin,eic7700-clock.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/clock/eswin,eic7700-clock.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/clock/eswin,eic7700-clock.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/20250514002516.290-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