linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: Eugen Hristev <eugen.hristev@microchip.com>
Cc: mchehab@kernel.org, hverkuil@xs4all.nl, robh+dt@kernel.org,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: media: csi2dc: add bindings for microchip csi2dc
Date: Fri, 14 Aug 2020 01:46:19 +0300	[thread overview]
Message-ID: <20200813224619.GN840@valkosipuli.retiisi.org.uk> (raw)
In-Reply-To: <20200703074416.55272-2-eugen.hristev@microchip.com>

Hi Eugen,

On Fri, Jul 03, 2020 at 10:44:13AM +0300, Eugen Hristev wrote:
> Add bindings documentation for microchip CSI2 Demultiplexer controller.

...

> +  port@1:
> +    type: object
> +    description:
> +      Output port node, single endpoint, describing the output pad.
> +
> +    properties:
> +      '#address-cells':
> +        const: 1
> +
> +      '#size-cells':
> +        const: 0
> +
> +      reg:
> +        const: 1
> +
> +    patternProperties:
> +      "^endpoint@[0-9a-f]$":
> +        type: object
> +
> +        properties:
> +          reg:
> +            enum: [0, 1, 2, 3]
> +            description: virtual channel for the endpoint

Unless you need this right now I'd just hard code this to zero in the
driver. You can't have more endpoints for active devices anyway, can you?

-- 
Sakari Ailus

  parent reply	other threads:[~2020-08-13 22:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03  7:44 [PATCH v2 0/4] media: introduce microchip csi2dc driver Eugen Hristev
2020-07-03  7:44 ` [PATCH v2 1/4] dt-bindings: media: csi2dc: add bindings for microchip csi2dc Eugen Hristev
2020-07-14  2:55   ` Rob Herring
2020-08-19 12:47     ` Eugen.Hristev
2020-08-13 22:46   ` Sakari Ailus [this message]
2020-08-19 12:45     ` Eugen.Hristev
2020-08-19 12:59   ` Eugen.Hristev
2020-07-03  7:44 ` [PATCH v2 2/4] media: misc: introduce miscellaneous menu for helper chips Eugen Hristev
2020-07-03  7:44 ` [PATCH v2 3/4] media: misc: introduce microchip_csi2dc driver Eugen Hristev
2020-08-13 22:44   ` Sakari Ailus
2020-08-25 12:44     ` Eugen.Hristev
2020-08-25 13:19       ` Eugen.Hristev
2020-07-03  7:44 ` [PATCH v2 4/4] MAINTAINERS: add microchip csi2dc Eugen Hristev
2020-08-13 22:24   ` Sakari Ailus
2020-08-13 22:23 ` [PATCH v2 0/4] media: introduce microchip csi2dc driver Sakari Ailus

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=20200813224619.GN840@valkosipuli.retiisi.org.uk \
    --to=sakari.ailus@iki.fi \
    --cc=devicetree@vger.kernel.org \
    --cc=eugen.hristev@microchip.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).