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@ideasonboard.com Reviewed-by: Geert Uytterhoeven geert+renesas@glider.be Reviewed-by: Niklas Söderlund niklas.soderlund+renesas@ragnatech.se
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@kernel.org