Re: [PATCH 1/2] dt-bindings: media: Add bindings for OmniVision OV1063x sensors
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Date: 2021-01-12 09:32:12
Also in:
linux-media
Hi Laurent, On 04/01/2021 07:39, Laurent Pinchart wrote:
quoted hunk ↗ jump to hunk
From: Benoit Parrot <redacted> Add device tree bindings for the OmniVision OV10633 and OV10635 camera sensors. Signed-off-by: Benoit Parrot <redacted> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- .../bindings/media/i2c/ov1063x.yaml | 97 +++++++++++++++++++ MAINTAINERS | 7 ++ 2 files changed, 104 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov1063x.yamldiff --git a/Documentation/devicetree/bindings/media/i2c/ov1063x.yaml b/Documentation/devicetree/bindings/media/i2c/ov1063x.yaml new file mode 100644 index 000000000000..b5e08dd2f496 --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/ov1063x.yaml@@ -0,0 +1,97 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/media/i2c/ov1063x.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: OmniVision OV10633/OV1035 Camera Sensor + +maintainers: + - Laurent Pinchart <laurent.pinchart@ideasonboard.com> + +description: |- + The OmniVision OV1063x is a 720p camera sensor which supports resolutions up + to 1280x800 and 8- and 10-bit YUV output formats. + +properties: + compatible: + enum: + - ovti,ov10633 + - ovti,ov10635 + + reg: + maxItems: 1 + + clocks: + maxItems: 1 + + clocks-names:
"clock-names". The same error is repeated a few times later in the patch. Tomi