[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1657858241.636403.3702463.nullmailer@robh.at.kernel.org>
Date: Thu, 14 Jul 2022 22:10:41 -0600
From: Rob Herring <robh@...nel.org>
To: Max Buchholz <max.buchholz@....de>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org,
David Heidelberg <david@...t.cz>,
Max Buchholz <Max.Buchholz@....de>,
Sameer Pujar <spujar@...dia.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Thierry Reding <thierry.reding@...il.com>,
linux-input@...r.kernel.org
Subject: Re: [PATCH v2] dt-bindings: nvidia,tegra20-kbc: Convert to json-schema
On Thu, 14 Jul 2022 17:37:31 +0200, Max Buchholz wrote:
> From: Max Buchholz <Max.Buchholz@....de>
>
> This converts the Nvidia Tegra keyboard controller bindings to YAML
> and fix them up a bit.
>
> Reviewed-by: David Heidelberg <david@...t.cz>
> Signed-off-by: Max Buchholz <max.buchholz@....de>
> ---
> .../bindings/input/nvidia,tegra20-kbc.txt | 55 ---------
> .../bindings/input/nvidia,tegra20-kbc.yaml | 109 ++++++++++++++++++
> 2 files changed, 109 insertions(+), 55 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
> create mode 100644 Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.example.dtb: kbc@...0e200: nvidia,kbc-row-pins: 'oneOf' conditional failed, one must be fixed:
[0, 1, 2] is too long
[0, 1, 2] is too short
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.example.dtb: kbc@...0e200: nvidia,kbc-col-pins: 'oneOf' conditional failed, one must be fixed:
[11, 12, 13] is too long
[11, 12, 13] is too short
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.example.dtb: kbc@...0e200: 'linux,keymap' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.yaml
doc reference errors (make refcheckdocs):
Documentation/devicetree/bindings/power/wakeup-source.txt: Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
See https://patchwork.ozlabs.org/patch/
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