[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1621218423.803658.1315830.nullmailer@robh.at.kernel.org>
Date: Sun, 16 May 2021 21:27:03 -0500
From: Rob Herring <robh@...nel.org>
To: Michal Vokáč <michal.vokac@...ft.com>
Cc: NXP Linux Team <linux-imx@....com>,
Shawn Guo <shawnguo@...nel.org>, linux-leds@...r.kernel.org,
Fabio Estevam <festevam@...il.com>, devicetree@...r.kernel.org,
Jacek Anaszewski <jacek.anaszewski@...il.com>,
Pavel Machek <pavel@....cz>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
stable@...r.kernel.org, linux-kernel@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [RFC 1/2] dt-bindings: leds: Add color as a required property for lp55xx controller
On Fri, 14 May 2021 16:44:36 +0200, Michal Vokáč wrote:
> Since addition of the multicolor LED framework in commit 92a81562e695
> ("leds: lp55xx: Add multicolor framework support to lp55xx") the color
> property becomes required even if the multicolor framework is not enabled
> and used.
>
> Fix the binding documentation to reflect the real state.
>
> Fixes: 92a81562e695 ("leds: lp55xx: Add multicolor framework support to lp55xx")
> Cc: <stable@...r.kernel.org>
> Cc: Pavel Machek <pavel@....cz>
> Cc: Jacek Anaszewski <jacek.anaszewski@...il.com>
> Cc: linux-leds@...r.kernel.org
> Signed-off-by: Michal Vokáč <michal.vokac@...ft.com>
> ---
> Documentation/devicetree/bindings/leds/leds-lp55xx.yaml | 10 ++++++++++
> 1 file changed, 10 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/leds/leds-lp55xx.example.dt.yaml: led-controller@32: 'color' is a required property
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/leds-lp55xx.example.dt.yaml: led-controller@33: 'color' is a required property
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
See https://patchwork.ozlabs.org/patch/1478502
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