devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
	Jon Hunter <jonathanh@nvidia.com>
Subject: Re: [PATCH 05/15] dt-bindings: rtc: tegra: Convert to json-schema
Date: Fri, 12 Nov 2021 07:48:37 -0600	[thread overview]
Message-ID: <1636724917.117688.2463368.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20211112120518.3679793-6-thierry.reding@gmail.com>

On Fri, 12 Nov 2021 13:05:08 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Convert the NVIDIA Tegra RTC bindings from the free-form text format to
> json-schema.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  .../bindings/rtc/nvidia,tegra20-rtc.txt       | 24 ---------
>  .../bindings/rtc/nvidia,tegra20-rtc.yaml      | 54 +++++++++++++++++++
>  2 files changed, 54 insertions(+), 24 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.txt
>  create mode 100644 Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.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/rtc/nvidia,tegra20-rtc.yaml: 'additionalProperties' is a required property
	hint: A schema without a "$ref" to another schema must define all properties and use "additionalProperties"
	from schema $id: http://devicetree.org/meta-schemas/base.yaml#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.yaml: ignoring, error in schema: 
warning: no schema found in file: ./Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.yaml
Documentation/devicetree/bindings/rtc/nvidia,tegra20-rtc.example.dt.yaml:0:0: /example-0/timer@7000e000: failed to match any schema with compatible: ['nvidia,tegra20-rtc']

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/1554301

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.


  reply	other threads:[~2021-11-12 13:49 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 12:05 [PATCH 00/15] dt-bindings: Convert Tegra DT bindings to json-schema Thierry Reding
2021-11-12 12:05 ` [PATCH 01/15] dt-bindings: misc: Convert Tegra MISC " Thierry Reding
2021-11-12 12:05 ` [PATCH 02/15] dt-bindings: mmc: tegra: Convert " Thierry Reding
2021-11-12 13:48   ` Rob Herring
2021-11-12 12:05 ` [PATCH 03/15] dt-bindings: mailbox: " Thierry Reding
2021-11-12 13:48   ` Rob Herring
2021-11-12 12:05 ` [PATCH 04/15] dt-bindings: mailbox: tegra: Document Tegra234 HSP Thierry Reding
2021-11-12 12:05 ` [PATCH 05/15] dt-bindings: rtc: tegra: Convert to json-schema Thierry Reding
2021-11-12 13:48   ` Rob Herring [this message]
2021-11-12 12:05 ` [PATCH 06/15] dt-bindings: rtc: tegra: Document Tegra234 RTC Thierry Reding
2021-11-12 12:05 ` [PATCH 07/15] dt-bindings: fuse: tegra: Convert to json-schema Thierry Reding
2021-11-12 12:05 ` [PATCH 08/15] dt-bindings: fuse: tegra: Document Tegra234 FUSE Thierry Reding
2021-11-12 12:05 ` [PATCH 09/15] dt-bindings: mmc: tegra: Document Tegra234 SDHCI Thierry Reding
2021-11-12 12:05 ` [PATCH 10/15] dt-bindings: serial: 8250: Document Tegra234 UART Thierry Reding
2021-11-12 15:01   ` Rob Herring
2021-11-12 12:05 ` [PATCH 11/15] dt-bindings: tegra: pmc: Convert to json-schema Thierry Reding
2021-11-12 15:01   ` Rob Herring
2021-11-12 12:05 ` [PATCH 12/15] dt-bindings: firmware: tegra: " Thierry Reding
2021-11-12 15:01   ` Rob Herring
2021-11-12 12:05 ` [PATCH 13/15] dt-bindings: i2c: tegra-bpmp: " Thierry Reding
2021-11-12 15:01   ` Rob Herring
2021-11-12 12:05 ` [PATCH 14/15] dt-bindings: serial: tegra-tcu: " Thierry Reding
2021-11-12 15:01   ` Rob Herring
2021-11-12 12:05 ` [PATCH 15/15] dt-bindings: serial: Document Tegra234 TCU Thierry Reding
2021-11-12 15:01   ` Rob Herring

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=1636724917.117688.2463368.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-tegra@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.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;
as well as URLs for NNTP newsgroup(s).