From: Krzysztof Kozlowski <krzk@kernel.org>
To: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 1/3] media: dt-bindings: Add description of OmniVision OG01A1B image sensor
Date: Thu, 20 Jun 2024 17:33:15 +0200 [thread overview]
Message-ID: <e61b5066-c256-4ad6-93ea-cc10cdfafc31@kernel.org> (raw)
In-Reply-To: <20240620124745.1265011-2-vladimir.zapolskiy@linaro.org>
On 20/06/2024 14:47, Vladimir Zapolskiy wrote:
> Add device tree bindings documentation for OmniVision OG01A1B image
> sensor.
>
> Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
> +
> +maintainers:
> + - Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
> +
> +description: |-
Do not need '|-' unless you need to preserve formatting.
> + The OmniVision OG01A1B is black and white CMOS 1.3 Megapixel (1280x1024)
> + image sensor controlled over an I2C-compatible SCCB bus.
> + The sensor transmits images on a MIPI CSI-2 output interface with one or
> + two data lanes.
> +
> +allOf:
> + - $ref: /schemas/media/video-interface-devices.yaml#
> +
> +properties:
> + compatible:
> + const: ovti,og01a1b
> +
> + reg:
> + maxItems: 1
> +
> + clocks:
> + description: External clock connected to the sensor system clock.
Drop description, obvious.
> + maxItems: 1
> +
> + clock-frequency:
> + description: Frequency of the external clock to the sensor in Hz.
Drop property. Frequency comes from clock.
> +
> + reset-gpios:
> + description: Active low signal GPIO to control sensor.
> + maxItems: 1
> +
> + strobe-gpios:
> + description: GPIO connected to the sensor strobe pad.
> + maxItems: 1
> +
> + avdd-supply:
> + description: Analogue circuit voltage supply.
> +
> + dovdd-supply:
> + description: I/O circuit voltage supply.
> +
> + dvdd-supply:
> + description: Digital circuit voltage supply.
> +
> + port:
> + $ref: /schemas/graph.yaml#/$defs/port-base
> + additionalProperties: false
> + description:
> + Output port node, single endpoint describing the CSI-2 transmitter.
> +
> + properties:
> + endpoint:
> + $ref: /schemas/media/video-interfaces.yaml#
> + unevaluatedProperties: false
> +
> + properties:
> + data-lanes:
> + minItems: 1
> + maxItems: 2
> +
> + link-frequencies: true
This should not be needed.
> +
> + required:
> + - data-lanes
> +
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-06-20 15:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 12:47 [PATCH 0/3] media: i2c: og01a1b: Add OF support to OmniVision OG01A1B Vladimir Zapolskiy
2024-06-20 12:47 ` [PATCH 1/3] media: dt-bindings: Add description of OmniVision OG01A1B image sensor Vladimir Zapolskiy
2024-06-20 15:33 ` Krzysztof Kozlowski [this message]
2024-06-20 20:04 ` Sakari Ailus
2024-06-20 20:28 ` Krzysztof Kozlowski
2024-06-21 17:12 ` Sakari Ailus
2024-06-24 15:25 ` kernel test robot
2024-06-20 12:47 ` [PATCH 2/3] media: i2c: og01a1b: Add OF support to the image sensor driver Vladimir Zapolskiy
2024-06-20 12:47 ` [PATCH 3/3] media: i2c: og01a1b: Add support of an input system clock Vladimir Zapolskiy
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=e61b5066-c256-4ad6-93ea-cc10cdfafc31@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=vladimir.zapolskiy@linaro.org \
/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.