All of lore.kernel.org
 help / color / mirror / Atom feed
From: 董绪洋 <dongxuyang@eswincomputing.com>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: linmin@eswincomputing.com, krzk+dt@kernel.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	mturquette@baylibre.com, sboyd@kernel.org,
	ningyu@eswincomputing.com, conor+dt@kernel.org,
	devicetree@vger.kernel.org, huangyifeng@eswincomputing.com
Subject: Re: Re: [PATCH 1/2] dt-bindings: clock: eswin: Documentation for eic7700 SoC
Date: Thu, 15 May 2025 17:30:28 +0800 (GMT+08:00)	[thread overview]
Message-ID: <2fce3667.aaf.196d347ecb7.Coremail.dongxuyang@eswincomputing.com> (raw)
In-Reply-To: <174718561404.161129.10398945158829194944.robh@kernel.org>

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@kernel.org>
> 发送时间:2025-05-14 09:20:14 (星期三)
> 收件人: dongxuyang@eswincomputing.com
> 抄送: linmin@eswincomputing.com, krzk+dt@kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, mturquette@baylibre.com, sboyd@kernel.org, ningyu@eswincomputing.com, conor+dt@kernel.org, devicetree@vger.kernel.org, huangyifeng@eswincomputing.com
> 主题: Re: [PATCH 1/2] dt-bindings: clock: eswin: Documentation for eic7700 SoC
> 
> 
> On Wed, 14 May 2025 08:25:16 +0800, dongxuyang@eswincomputing.com wrote:
> > From: Xuyang Dong <dongxuyang@eswincomputing.com>
> > 
> > Add device tree binding documentation and header file for
> > the ESWIN EIC7700 clock controller module.
> > 
> > Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com>
> > Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.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@51828000 (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@51828000 (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.

  reply	other threads:[~2025-05-15  9:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14  0:22 [PATCH 0/2] Add driver support for ESWIN eic700 SoC clock controller dongxuyang
2025-05-14  0:25 ` [PATCH 1/2] dt-bindings: clock: eswin: Documentation for eic7700 SoC dongxuyang
2025-05-14  1:20   ` Rob Herring (Arm)
2025-05-15  9:30     ` 董绪洋 [this message]
2025-05-14 12:43   ` Rob Herring
2025-05-14  0:26 ` [PATCH 2/2] clock: eswin: Add eic7700 clock driver dongxuyang
2025-05-16 13:23   ` Krzysztof Kozlowski
2025-05-23  9:15     ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fce3667.aaf.196d347ecb7.Coremail.dongxuyang@eswincomputing.com \
    --to=dongxuyang@eswincomputing.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=huangyifeng@eswincomputing.com \
    --cc=krzk+dt@kernel.org \
    --cc=linmin@eswincomputing.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=ningyu@eswincomputing.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.