[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1620740420.957803.2020687.nullmailer@robh.at.kernel.org>
Date: Tue, 11 May 2021 08:40:20 -0500
From: Rob Herring <robh@...nel.org>
To: Dmitry Osipenko <digetx@...il.com>
Cc: Thierry Reding <thierry.reding@...il.com>,
linux-tegra@...r.kernel.org, devicetree@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>, linux-clk@...r.kernel.org,
Jonathan Hunter <jonathanh@...dia.com>,
Stephen Boyd <sboyd@...nel.org>, linux-kernel@...r.kernel.org,
Michael Turquette <mturquette@...libre.com>,
Peter De Schrijver <pdeschrijver@...dia.com>,
Prashant Gaikwad <pgaikwad@...dia.com>,
Michał Mirosław <mirq-linux@...e.qmqm.pl>
Subject: Re: [PATCH v7 8/8] dt-bindings: clock: tegra: Convert to schema
On Tue, 11 May 2021 02:17:37 +0300, Dmitry Osipenko wrote:
> Convert NVIDIA Tegra clock bindings to schema.
>
> Reviewed-by: Rob Herring <robh@...nel.org>
> Signed-off-by: Dmitry Osipenko <digetx@...il.com>
> ---
> .../bindings/clock/nvidia,tegra114-car.txt | 63 ----------
> .../bindings/clock/nvidia,tegra124-car.txt | 107 ----------------
> .../bindings/clock/nvidia,tegra124-car.yaml | 115 ++++++++++++++++++
> .../bindings/clock/nvidia,tegra20-car.txt | 63 ----------
> .../bindings/clock/nvidia,tegra20-car.yaml | 69 +++++++++++
> .../bindings/clock/nvidia,tegra210-car.txt | 56 ---------
> .../bindings/clock/nvidia,tegra30-car.txt | 63 ----------
> 7 files changed, 184 insertions(+), 352 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra114-car.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
> create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.yaml
> delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt
> create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.yaml
> delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra210-car.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt
>
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/nvidia,tegra20-car.example.dt.yaml:0:0: /example-0/usb-controller@...04000: failed to match any schema with compatible: ['nvidia,tegra20-ehci']
Documentation/devicetree/bindings/clock/nvidia,tegra124-car.example.dt.yaml:0:0: /example-0/usb-controller@...04000: failed to match any schema with compatible: ['nvidia,tegra20-ehci']
See https://patchwork.ozlabs.org/patch/1476773
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