mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Chen Wang <unicornxw@gmail.com>
Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	 samuel.holland@sifive.com, krzysztof.kozlowski+dt@linaro.org,
	 inochiama@outlook.com, paul.walmsley@sifive.com,
	 linux-riscv@lists.infradead.org, mturquette@baylibre.com,
	 richardcochran@gmail.com, sboyd@kernel.org, jszhang@kernel.org,
	 aou@eecs.berkeley.edu, xiaoguang.xing@sophgo.com,
	palmer@dabbelt.com,  guoren@kernel.org, conor@kernel.org,
	robh+dt@kernel.org,  Chen Wang <unicorn_wang@outlook.com>,
	haijiao.liu@sophgo.com,  chao.wei@sophgo.com,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v10 2/5] dt-bindings: clock: sophgo: add RP gate clocks for SG2042
Date: Sat, 17 Feb 2024 22:37:15 -0600	[thread overview]
Message-ID: <170823103355.3760667.6705991834604152271.robh@kernel.org> (raw)
In-Reply-To: <a48dd91d5f9dbb7d25fd6c80ed130dc458ab6769.1708223519.git.unicorn_wang@outlook.com>


On Sun, 18 Feb 2024 10:51:19 +0800, Chen Wang wrote:
> From: Chen Wang <unicorn_wang@outlook.com>
> 
> Add bindings for the gate clocks of RP subsystem for Sophgo SG2042.
> 
> Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
> ---
>  .../bindings/clock/sophgo,sg2042-rpgate.yaml  | 43 ++++++++++++++
>  .../dt-bindings/clock/sophgo,sg2042-rpgate.h  | 58 +++++++++++++++++++
>  2 files changed, 101 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/sophgo,sg2042-rpgate.yaml
>  create mode 100644 include/dt-bindings/clock/sophgo,sg2042-rpgate.h
> 

My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):

yamllint warnings/errors:

dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/clock/sophgo,sg2042-rpgate.example.dts:21.29-30 syntax error
FATAL ERROR: Unable to parse input tree
make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/clock/sophgo,sg2042-rpgate.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1428: dt_binding_check] Error 2
make: *** [Makefile:240: __sub-make] Error 2

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/a48dd91d5f9dbb7d25fd6c80ed130dc458ab6769.1708223519.git.unicorn_wang@outlook.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:[~2024-02-18  4:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18  2:50 [PATCH v10 0/5] riscv: sophgo: add clock support for sg2042 Chen Wang
2024-02-18  2:50 ` [PATCH v10 1/5] dt-bindings: clock: sophgo: add pll clocks for SG2042 Chen Wang
2024-02-20  1:14   ` Guo Ren
2024-02-18  2:51 ` [PATCH v10 2/5] dt-bindings: clock: sophgo: add RP gate " Chen Wang
2024-02-18  4:37   ` Rob Herring [this message]
2024-02-18  2:51 ` [PATCH v10 3/5] dt-bindings: clock: sophgo: add clkgen " Chen Wang
2024-02-18  4:37   ` Rob Herring
2024-02-18  2:52 ` [PATCH v10 4/5] clk: sophgo: Add SG2042 clock driver Chen Wang
2024-02-18  2:52 ` [PATCH v10 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC Chen Wang
2024-02-20  1:18   ` Guo Ren
2024-02-20  1:22     ` Chen Wang

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=170823103355.3760667.6705991834604152271.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=chao.wei@sophgo.com \
    --cc=conor@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=guoren@kernel.org \
    --cc=haijiao.liu@sophgo.com \
    --cc=inochiama@outlook.com \
    --cc=jszhang@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=richardcochran@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=samuel.holland@sifive.com \
    --cc=sboyd@kernel.org \
    --cc=unicorn_wang@outlook.com \
    --cc=unicornxw@gmail.com \
    --cc=xiaoguang.xing@sophgo.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®