On Wed, 01 Jul 2020 09:05:25 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car FCP text binding to YAML. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > Changes since v2: > > - Refer to the correct device in the comment above the example > > Changes since v1: > > - Simplify comments on compatible strings > - Update MAINTAINERS > --- > .../devicetree/bindings/media/renesas,fcp.txt | 34 ----------- > .../bindings/media/renesas,fcp.yaml | 56 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 57 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.txt > create mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>