[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1625232515.402706.274905.nullmailer@robh.at.kernel.org>
Date: Fri, 02 Jul 2021 07:28:35 -0600
From: Rob Herring <robh@...nel.org>
To: Alex Helms <alexander.helms.jy@...esas.com>
Cc: mturquette@...libre.com, linux-clk@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, robh+dt@...nel.org,
linux-kernel@...r.kernel.org, sboyd@...nel.org,
david.cater.jc@...esas.com, geert+renesas@...der.be,
devicetree@...r.kernel.org, michal.simek@...inx.com
Subject: Re: [PATCH v2 1/2] dt-bindings: Add binding for Renesas 8T49N241
On Thu, 01 Jul 2021 16:22:57 -0700, Alex Helms wrote:
> Renesas 8T49N241 has 4 outputs, 1 integral and 3 fractional dividers.
> The 8T49N241 accepts up to two differential or single-ended input clocks
> and a fundamental-mode crystal input. The internal PLL can lock to either
> of the input reference clocks or to the crystal to behave as a frequency
> synthesizer.
>
> Signed-off-by: Alex Helms <alexander.helms.jy@...esas.com>
> ---
> .../bindings/clock/renesas,8t49n241.yaml | 183 ++++++++++++++++++
> MAINTAINERS | 6 +
> 2 files changed, 189 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/renesas,8t49n241.yaml
>
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:
./Documentation/devicetree/bindings/clock/renesas,8t49n241.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/clock/renesas,8t49n241.yaml#
Documentation/devicetree/bindings/clock/renesas,8t49n241.example.dt.yaml:0:0: /example-0/i2c@...lock-generator@6c: failed to match any schema with compatible: ['renesas,8t49n241']
Documentation/devicetree/bindings/clock/renesas,8t49n241.example.dt.yaml:0:0: /example-1/i2c@...lock-generator@6c: failed to match any schema with compatible: ['renesas,8t49n241']
\ndoc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1499761
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
Powered by blists - more mailing lists