[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167968860307.2423872.12655275819676074243.robh@kernel.org>
Date: Fri, 24 Mar 2023 15:17:41 -0500
From: Rob Herring <robh@...nel.org>
To: Florian Fainelli <f.fainelli@...il.com>
Cc: linux-media@...r.kernel.org, Sean Young <sean@...s.org>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
bcm-kernel-feedback-list@...adcom.com,
Ravi Kumar V <kumarrav@...eaurora.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Matthew Lear <matthew.lear@...adcom.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH 1/2] dt-bindings: media: gpio-ir-receiver: Document
wakeup-souce property
On Fri, 24 Mar 2023 10:02:13 -0700, Florian Fainelli wrote:
> The GPIO IR receiver can be used as a wake-up source for the system,
> document that.
>
> Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
> ---
> Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml | 3 +++
> 1 file changed, 3 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:
./Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml:27:6: [warning] wrong indentation: expected 4 but found 5 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230324170214.3470675-2-f.fainelli@gmail.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists