Re: [PATCH v7 5/6] media: dt-bindings: mt9p031: Convert bindings to yaml
From: Rob Herring <robh@kernel.org>
Date: 2021-07-26 22:21:37
Also in:
linux-media, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-07-26 22:21:37
Also in:
linux-media, lkml
On Mon, 26 Jul 2021 09:35:17 +0200, Stefan Riedmueller wrote:
Convert mt9p031 sensor bindings to yaml schema. Also update the MAINTAINERS entry. Although input-clock-frequency and pixel-clock-frequency have not been definded as endpoint propierties in the textual bindings, the sensor does parse them from the endpoint. Thus move these properties to the endpoint in the new yaml bindings. Signed-off-by: Stefan Riedmueller <redacted> --- .../bindings/media/i2c/aptina,mt9p031.yaml | 86 +++++++++++++++++++ .../devicetree/bindings/media/i2c/mt9p031.txt | 40 --------- MAINTAINERS | 1 + 3 files changed, 87 insertions(+), 40 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/aptina,mt9p031.yaml delete mode 100644 Documentation/devicetree/bindings/media/i2c/mt9p031.txt
Reviewed-by: Rob Herring <robh@kernel.org>