Re: [PATCH v4 2/5] media: dt-bindings: media: renesas,drif: Convert to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-10-16 15:50:10
Also in:
linux-media, linux-renesas-soc, lkml
On Wed, 14 Oct 2020 16:57:16 +0100, Fabrizio Castro wrote:
Convert the Renesas DRIF bindings to DT schema and update MAINTAINERS accordingly. Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v3->v4: * Replace "if" statement with "else" statement for the branch rejecting pinctrl-0 and pinctrl-names properties, as suggested by Geert v2->v3: * Removed the definition of pinctrl-0 and pinctrl-names, as suggested by Geert * Added "power-domains" to the list of required properties, as suggested by Geert v1->v2: * s/controller/Controller/ in the title of renesas,drif.yaml as suggested by Laurent. .../bindings/media/renesas,drif.txt | 177 ----------- .../bindings/media/renesas,drif.yaml | 277 ++++++++++++++++++ MAINTAINERS | 2 +- 3 files changed, 278 insertions(+), 178 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/renesas,drif.txt create mode 100644 Documentation/devicetree/bindings/media/renesas,drif.yaml
My bot found errors running 'make dt_binding_check' on your patch: ./Documentation/devicetree/bindings/media/renesas,drif.yaml:54:9: [warning] wrong indentation: expected 10 but found 8 (indentation) See https://patchwork.ozlabs.org/patch/1382223 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.