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@0/bus@30800000/i2c@30a40000/backlight@36: > failed to match any schema with compatible: ['ti,lm36922'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > .../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@xxxxxxx 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.