[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175277045533.3779995.9523277801474945480.robh@kernel.org>
Date: Thu, 17 Jul 2025 11:40:55 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Pawel Zalewski <pzalewski@...goodpenguin.co.uk>
Cc: Pavel Machek <pavel@...nel.org>,
Lucca Fachinetti <luccafachinetti@...il.com>,
Conor Dooley <conor+dt@...nel.org>, Pavel Machek <pavel@....cz>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Lee Jones <lee@...nel.org>,
linux-leds@...r.kernel.org
Subject: Re: [PATCH v4 1/3] dt-bindings: leds: is31fl32xx: convert the
binding to yaml
On Thu, 17 Jul 2025 16:02:07 +0100, Pawel Zalewski wrote:
> From: Lucca Fachinetti <luccafachinetti@...il.com>
>
> Add datasheets for reference, NB that I was not able to find an
> up-to-date, funtional direct URL for si-en products datasheet
> so they were skipped.
>
> Signed-off-by: Lucca Fachinetti <luccafachinetti@...il.com>
> Co-developed-by: Pawel Zalewski <pzalewski@...goodpenguin.co.uk>
> Signed-off-by: Pawel Zalewski <pzalewski@...goodpenguin.co.uk>
> ---
> .../devicetree/bindings/leds/issi,is31fl3236.yaml | 114 +++++++++++++++++++++
> .../devicetree/bindings/leds/leds-is31fl32xx.txt | 52 ----------
> 2 files changed, 114 insertions(+), 52 deletions(-)
>
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/issi,is31fl3236.example.dtb: led-controller@3c (issi,is31fl3236): 'led@1', 'led@2', 'led@3' do not match any of the regexes: '^led@[1-9a-f][0-9a-f]$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/leds/issi,is31fl3236.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250717-leds-is31fl3236a-v4-1-72ef946bfbc8@thegoodpenguin.co.uk
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