Re: [PATCH 2/3] dt-bindings: rng: add bindings for Xiphera XIP8001B hwnrg

From: Rob Herring
Date: Wed Aug 19 2020 - 18:37:37 EST


On Wed, 19 Aug 2020 15:21:34 +0300, Atte Tommiska wrote:
> Document the device tree bindings of Xiphera's XIP8001B-trng IP.
>
> Signed-off-by: Atte Tommiska <atte.tommiska@xxxxxxxxxxx>
> ---
> .../bindings/rng/xiphera,xip8001b-trng.yaml | 30 +++++++++++++++++++
> 1 file changed, 30 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml
>


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml: 'maintainers' is a required property
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/rng/xiphera,xip8001b-trng.yaml


See https://patchwork.ozlabs.org/patch/1347768

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.