From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
linux-media@vger.kernel.org
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>,
Benoit Parrot <bparrot@ti.com>, Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: media: Add bindings for OmniVision OV1063x sensors
Date: Tue, 12 Jan 2021 11:31:25 +0200 [thread overview]
Message-ID: <e6e7d925-4806-cecf-a0ff-e7852ce720b2@ideasonboard.com> (raw)
In-Reply-To: <20210104053945.12409-2-laurent.pinchart@ideasonboard.com>
Hi Laurent,
On 04/01/2021 07:39, Laurent Pinchart wrote:
> From: Benoit Parrot <bparrot@ti.com>
>
> Add device tree bindings for the OmniVision OV10633 and OV10635 camera
> sensors.
>
> Signed-off-by: Benoit Parrot <bparrot@ti.com>
> 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.yaml
>
> diff --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
next prev parent reply other threads:[~2021-01-12 9:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-04 5:39 [PATCH 0/2] media: Driver for OV1063x camera sensor Laurent Pinchart
2021-01-04 5:39 ` [PATCH 1/2] dt-bindings: media: Add bindings for OmniVision OV1063x sensors Laurent Pinchart
2021-01-05 17:49 ` Rob Herring
2021-01-12 9:31 ` Tomi Valkeinen [this message]
2021-01-04 5:39 ` [PATCH 2/2] media: i2c: Add OV1063x sensor driver Laurent Pinchart
2021-01-04 11:41 ` Sakari Ailus
2021-01-04 13:56 ` Laurent Pinchart
2021-12-06 22:23 ` Laurent Pinchart
2021-01-04 12:47 ` Sakari Ailus
2021-01-04 13:05 ` Laurent Pinchart
2021-01-04 13:55 ` Sakari Ailus
2021-01-12 13:32 ` Tomi Valkeinen
2021-01-14 5:32 ` Laurent Pinchart
2021-01-18 14:04 ` Tomi Valkeinen
2021-01-20 8:26 ` Laurent Pinchart
2021-01-20 11:52 ` Tomi Valkeinen
2021-02-08 14:18 ` Tomi Valkeinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e6e7d925-4806-cecf-a0ff-e7852ce720b2@ideasonboard.com \
--to=tomi.valkeinen@ideasonboard.com \
--cc=bparrot@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.