[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1656336669.640985.2285165.nullmailer@robh.at.kernel.org>
Date: Mon, 27 Jun 2022 07:31:09 -0600
From: Rob Herring <robh@...nel.org>
To: Tommaso Merciai <tommaso.merciai@...rulasolutions.com>
Cc: linux-kernel@...r.kernel.org, linux-media@...r.kernel.org,
linux-amarula@...rulasolutions.com,
Daniel Scally <djrscally@...il.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
quentin.schulz@...obroma-systems.com, linuxfancy@...glegroups.com
Subject: Re: [PATCH 7/7] media: dt-bindings: ov5693: document YAML binding
On Sat, 25 Jun 2022 01:03:07 +0200, Tommaso Merciai wrote:
> This patch adds documentation of device tree in YAML schema for the
> OV5693 CMOS image sensor from Omnivision
>
> Signed-off-by: Tommaso Merciai <tommaso.merciai@...rulasolutions.com>
> ---
> .../bindings/media/i2c/ovti,ov5693.yaml | 123 ++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 124 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5693.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:
./Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml:123:7: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
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