Linux Media Controller development
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>
Subject: Re: [PATCH/RFC v1 1/9] media: dt-bindings: media: i2c: Add AR0144 camera sensor
Date: Mon, 1 Jul 2024 10:37:13 +0200	[thread overview]
Message-ID: <04420f8e-ecd9-4487-bbbb-d623fc3f7a1c@kernel.org> (raw)
In-Reply-To: <20240630141802.15830-2-laurent.pinchart@ideasonboard.com>

On 30/06/2024 16:17, Laurent Pinchart wrote:
> Add device tree binding for the onsemi AR0144 CMOS camera sensor. The
> binding supports both the monochrome and color sensor versions.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  .../bindings/media/i2c/onnn,ar0144.yaml       | 166 ++++++++++++++++++
>  MAINTAINERS                                   |   6 +
>  2 files changed, 172 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/i2c/onnn,ar0144.yaml
> 

> +
> +allOf:
> +  - $ref: /schemas/media/video-interface-devices.yaml#
> +
> +properties:
> +  compatible:
> +    enum:
> +      - onnn,ar0144c  # Color version
> +      - onnn,ar0144m  # Monochrome version
> +
> +  reg:
> +    maxItems: 1
> +
> +  clocks:
> +    maxItems: 1
> +
> +  clock-names:
> +    const: extclk

This seems redundant. Drop clock-names.


> +
> +  vaa-supply:
> +    description:
> +      Supply for the VAA and VAA_PIX analog power rails (2.8V).
> +
> +  vdd-supply:
> +    description:
> +      Supply for the VDD and VDD_PHY digital power rails (1.2V).
> +
> +  vdd_io-supply:

No underscores.

> +    description:
> +      Supply for the VDD_IO digital I/O power rail (1.8V or 2.8V).
> +
> +  reset-gpios:
> +    description: Reset GPIO, active low.
> +    maxItems: 1
> +
> +  port:
> +    $ref: /schemas/graph.yaml#/$defs/port-base
> +    unevaluatedProperties: false
> +    description: |

Do not need '|' unless you need to preserve formatting.



Best regards,
Krzysztof


  reply	other threads:[~2024-07-01  8:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-30 14:17 [PATCH/RFC v1 0/9] media: i2c: AR0144 camera sensor driver with companding support Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 1/9] media: dt-bindings: media: i2c: Add AR0144 camera sensor Laurent Pinchart
2024-07-01  8:37   ` Krzysztof Kozlowski [this message]
2024-06-30 14:17 ` [PATCH/RFC v1 2/9] media: i2c: Add a driver for the onsemi " Laurent Pinchart
2024-07-01 16:49   ` Dave Stevenson
2024-07-03 21:39     ` Laurent Pinchart
2024-07-03 21:49     ` Laurent Pinchart
2024-09-26  8:03   ` Bingbu Cao
2024-09-26  9:18     ` Yan, Dongcheng
2025-04-15 11:33   ` Sakari Ailus
2025-04-15 13:17     ` Laurent Pinchart
2025-04-16  6:27       ` Sakari Ailus
2025-04-16 10:19         ` Dave Stevenson
2024-06-30 14:17 ` [PATCH/RFC v1 3/9] media: i2c: ar0144: Add support for the parallel interface Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 4/9] media: i2c: ar0144: Add internal image sink pad Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 5/9] media: i2c: ar0144: Add image stream Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 6/9] media: i2c: ar0144: Report internal routes to userspace Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 7/9] media: i2c: ar0144: Add embedded data support Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 8/9] media: v4l: ctrls: Add a control for companding Laurent Pinchart
2024-06-30 14:17 ` [PATCH/RFC v1 9/9] media: i2c: ar0144: Add support " Laurent Pinchart

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=04420f8e-ecd9-4487-bbbb-d623fc3f7a1c@kernel.org \
    --to=krzk@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=krzk+dt@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox