On Wed, 6 May 2020 04:08:08 +0300, Ivan Mikhaylov wrote:
> Mostly standard i2c driver with some additional led-current option
> for vcnl3020.
>
> Signed-off-by: Ivan Mikhaylov <[email protected]>
> ---
> .../iio/proximity/vishay,vcnl3020.yaml | 65 +++++++++++++++++++
> 1 file changed, 65 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/iio/proximity/vishay,vcnl3020.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/iio/proximity/vishay,vcnl3020.yaml: $id:
relative path/filename doesn't match actual path or filename
expected:
http://devicetree.org/schemas/iio/proximity/vishay,vcnl3020.yaml#
See https://patchwork.ozlabs.org/patch/1284005
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master
--upgrade
Please check and re-submit.