On Thu, 10 Sep 2020 19:24:07 +0300, Bogdan Togorean wrote:
> Add YAML device tree bindings for Analog Devices Inc. ADDI9036 CCD TOF
> front-end.
>
> Signed-off-by: Bogdan Togorean <[email protected]>
> ---
> .../bindings/media/i2c/adi,addi9036.yaml | 72 +++++++++++++++++++
> 1 file changed, 72 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/media/i2c/adi,addi9036.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/i2c/adi,addi9036.example.dt.yaml:
addi9036_tof@64: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/i2c/adi,addi9036.yaml
See https://patchwork.ozlabs.org/patch/1361583
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.