Re: [PATCH v5 1/4] dt-bindings: iio: light: veml6030: add veml6031x00 ALS series
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 07 Aug 2026 15:51:52 +0200, Javier Carrasco wrote: > These ambient light sensors share their properties with the ones > from the same manufacturer that are supported by this bindings. > > Note that only two datasheets are provided as every one of them covers > two devices (veml6031x00/veml60311x00 and veml6031x01/veml60311x01). > > Reviewed-by: Krzysztof Kozlowski <[email protected]> > Signed-off-by: Javier Carrasco <[email protected]> > --- > .../devicetree/bindings/iio/light/vishay,veml6030.yaml | 13 ++++++++++++- > MAINTAINERS | 5 +++++ > 2 files changed, 17 insertions(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml:10:1: [error] syntax error: could not find expected ':' (syntax) dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml: ignoring, error parsing file ./Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml: error loading YAML: while scanning a simple key in "./Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml", line 8, column 1 could not find expected ':' in "./Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml", line 10, column 1 ./Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml:10:1: could not find expected ':' make[2]: *** Deleting file 'Documentation/devicetree/bindings/iio/light/vishay,veml6030.example.dts' Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml:10:1: could not find expected ':' make[2]: *** [Documentation/devicetree/bindings/Makefile:26: Documentation/devicetree/bindings/iio/light/vishay,veml6030.example.dts] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1669: dt_binding_check] Error 2 make: *** [Makefile:248: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/[email protected] 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.