On Sat, 12 Sep 2020 12:30:45 +0200, Jacopo Mondi wrote: > Convert the imx274 bindings document to json-schema and update > the MAINTAINERS file accordingly. > > Reviewed-by: Luca Ceresoli <luca@xxxxxxxxxxxxxxxx> > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> > --- > > v5->v6: > - Fix supplies description and use uppercase 'V' voltage symbol. > - Thanks Luca Laurent and Sakari and sorry for dragging this to v6. > > v4->v5: > - Add optional properties that were upstreamed in v5.9-rc2 in the textual > bindings > - Move them to be lowercase: this patch should be fast-tracked through the > fixes branch to make sure it gets in before v5.9 is released, otherwise the > textual bindings will have supplies names in uppercase > > --- > .../devicetree/bindings/media/i2c/imx274.txt | 38 ---------- > .../bindings/media/i2c/sony,imx274.yaml | 76 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 77 insertions(+), 39 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/i2c/imx274.txt > create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>