[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1650661847.262817.2784285.nullmailer@robh.at.kernel.org>
Date: Fri, 22 Apr 2022 16:10:47 -0500
From: Rob Herring <robh@...nel.org>
To: icenowy@...look.com
Cc: Maxime Ripard <mripard@...nel.org>,
Hans de Goede <hdegoede@...hat.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Chen-Yu Tsai <wens@...e.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
linux-input@...r.kernel.org, Icenowy Zheng <icenowy@...eed.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Samuel Holland <samuel@...lland.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: input: sun4i-lradc-keys: add R329 LRADC binding
On Sat, 23 Apr 2022 00:07:43 +0800, icenowy@...look.com wrote:
> From: Icenowy Zheng <icenowy@...eed.com>
>
> R329 has similar LRADC with previous Allwinner SoCs, but with bus clock
> and reset.
>
> Add binding for it.
>
> Signed-off-by: Icenowy Zheng <icenowy@...eed.com>
> ---
> .../input/allwinner,sun4i-a10-lradc-keys.yaml | 21 +++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
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/allwinner,sun4i-a10-lradc-keys.yaml: then:properties:required: ['clocks', 'resets'] is not of type 'object', 'boolean'
from schema $id: http://json-schema.org/draft-07/schema#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml: ignoring, error in schema: then: properties: required
Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.example.dtb:0:0: /example-0/lradc@...2800: failed to match any schema with compatible: ['allwinner,sun4i-a10-lradc-keys']
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