[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174464444574.455759.7081664205185002557.robh@kernel.org>
Date: Mon, 14 Apr 2025 10:27:25 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ante Knezic <ante.knezic@...mholz.de>
Cc: devicetree@...r.kernel.org, conor+dt@...nel.org, lee@...nel.org,
pavel@...nel.org, linux-doc@...r.kernel.org, linux-leds@...r.kernel.org,
knezic@...mholz.com, corbet@....net, linux-kernel@...r.kernel.org,
krzk+dt@...nel.org
Subject: Re: [PATCH 2/3] dt-bindings: leds: add binding for WL-ICLED
On Mon, 14 Apr 2025 15:28:50 +0200, Ante Knezic wrote:
> From: Ante Knezic <knezic@...mholz.com>
>
> WL-ICLED is a RGB LED with integrated IC from Wurth Elektronik.
> Individual color brightness can be controlled via SPI protocol.
>
> Signed-off-by: Ante Knezic <knezic@...mholz.com>
> ---
> .../bindings/leds/leds-wl-icled.yaml | 88 +++++++++++++++++++
> 1 file changed, 88 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/leds/leds-wl-icled.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/leds/leds-wl-icled.example.dtb: icled@1 (we,131x000): 'cs-gpios', 'reg' do not match any of the regexes: '^led@[0-9a-f]$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/leds/leds-wl-icled.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/35c7f697070b3939727f1115d3a279e280f72cd6.1744636666.git.knezic@helmholz.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