[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <172366474532.3823277.4154762816777506927.robh@kernel.org>
Date: Wed, 14 Aug 2024 13:45:45 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Frank Li <Frank.Li@....com>
Cc: Pavel Machek <pavel@....cz>, Dan Murphy <dmurphy@...com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-leds@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org,
Lee Jones <lee@...nel.org>, linux-kernel@...r.kernel.org,
imx@...ts.linux.dev
Subject: Re: [PATCH 1/1] dt-bindings: leds: convert leds-lm3692x to yaml
format
On Wed, 14 Aug 2024 13:57:47 -0400, Frank Li wrote:
> Convert binding doc leds-lm3592x to yaml format.
> Additional change
> - Add ref to common.yaml for child node
> - Add i2c node at example
>
> Fix below warning:
> arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dtb: /soc@...us@...00000/i2c@...40000/backlight@36:
> failed to match any schema with compatible: ['ti,lm36922']
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> .../devicetree/bindings/leds/leds-lm3692x.txt | 65 ------------
> .../devicetree/bindings/leds/ti.lm36922.yaml | 100 ++++++++++++++++++
> 2 files changed, 100 insertions(+), 65 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/leds/leds-lm3692x.txt
> create mode 100644 Documentation/devicetree/bindings/leds/ti.lm36922.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/leds/ti.lm36922.example.dtb: /example-0/i2c/led-controller@36: failed to match any schema with compatible: ['ti,lm3692x']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240814175748.4028351-1-Frank.Li@nxp.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