Re: [PATCH v4 1/3] dt-bindings: leds: is31fl32xx: convert the binding to yaml
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-07-17 16:40:56
Also in:
linux-leds, lkml
On Thu, 17 Jul 2025 16:02:07 +0100, Pawel Zalewski wrote:
From: Lucca Fachinetti <redacted> 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 <redacted> Co-developed-by: Pawel Zalewski <redacted> Signed-off-by: Pawel Zalewski <redacted> --- .../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.