From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
Sylwester Nawrocki <sylvester.nawrocki@gmail.com>,
Magnus Damm <magnus.damm@gmail.com>,
devicetree-discuss <devicetree-discuss@lists.ozlabs.org>,
Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [RFC] media DT bindings
Date: Wed, 01 Aug 2012 07:59:59 +0200 [thread overview]
Message-ID: <3134777.Df1peamEaY@avalon> (raw)
In-Reply-To: <50186A54.3@wwwdotorg.org>
Hi Stephen,
On Tuesday 31 July 2012 17:29:24 Stephen Warren wrote:
> On 07/31/2012 03:22 PM, Laurent Pinchart wrote:
> > On Tuesday 31 July 2012 14:39:07 Guennadi Liakhovetski wrote:
> ...
>
> >> Ok, then, how about
> >>
> >> #address-cells = <1>;
> >> #size-cells = <0>;
> >> ...
> >> ov772x-1 = {
> >>
> >> reg = <1>; /* local pad # */
> >> client = <&ov772x@0x21-0 0>; /* remote phandle and pad */
> >
> > The client property looks good, but isn't such a usage of the reg property
> > an abuse ? Maybe the local pad # should be a device-specific property.
> > Many hosts won't need it, and on others it would actually need to
> > reference a subdev, not just a pad.
>
> That's a very odd syntax the the phandle; I assume that "&ov772x@0x21-0"
> is supposed to reference some other DT node. However, other nodes are
> either referenced by:
>
> "&foo" where foo is a label, and the label name is unlikely to include
> the text "@0x21"; the @ symbol probably isn't even legal in label names.
>
> "&{/path/to/node}" which might include the "@0x21" syntax since it might
> be part of the node's name, but your example didn't include {}.
>
> I'm not sure what "-0" is meant to be in that string - a math
> expression, or ...? If it's intended to represent some separate field
> relative to the node the phandle references, it needs to be just another
> cell.
I'm actually not sure what -0 represents, and I don't think we need the
@0x21-0 at all. I believe &ov772x@0x21-0 is supposed to just be a label. We
don't need an extra cell.
> So overall, perhaps:
>
> / {
> ...
> pad: something { ... };
> ...
> ov772x@1 = { /* @1 not -1 would be canonical syntax */
> reg = <1>;
> client = <&pad 0 0>;
> ...
>
> I'm sorry I haven't followed the thread; I'm wondering why a client is a
> pad, which to me means a pin/pad/ball on an IC package, so I'm still not
> entirely sure if even this makes sense.
Client references an image source (which is usually an I2C client, but can be
a different type of device) and a pad. Pad refers here to a media entity pad
(see http://linuxtv.org/downloads/v4l-dvb-apis/media-controller-model.html),
not a physical pin on an IC package.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2012-08-01 5:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.64.1207110854290.18999@axis700.grange>
2012-07-13 14:57 ` [RFC] media DT bindings Sylwester Nawrocki
2012-07-16 11:41 ` Guennadi Liakhovetski
2012-07-18 17:00 ` Sylwester Nawrocki
2012-07-23 12:14 ` Mark Brown
2012-07-30 21:02 ` Sylwester Nawrocki
2012-07-27 11:25 ` Laurent Pinchart
2012-07-31 9:26 ` Guennadi Liakhovetski
2012-07-31 12:08 ` Laurent Pinchart
2012-07-31 12:39 ` Guennadi Liakhovetski
2012-07-31 21:22 ` Laurent Pinchart
2012-07-31 23:29 ` Stephen Warren
2012-08-01 5:59 ` Laurent Pinchart [this message]
2012-08-01 15:57 ` Stephen Warren
2012-08-01 6:47 ` Guennadi Liakhovetski
2012-08-01 7:19 ` Laurent Pinchart
2012-08-04 9:27 ` Guennadi Liakhovetski
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=3134777.Df1peamEaY@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=g.liakhovetski@gmx.de \
--cc=linux-media@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=swarren@wwwdotorg.org \
--cc=sylvester.nawrocki@gmail.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;
as well as URLs for NNTP newsgroup(s).