From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Sascha Hauer <s.hauer@pengutronix.de>,
Tomasz Figa <tomasz.figa@gmail.com>,
DRI Development <dri-devel@lists.freedesktop.org>,
Inki Dae <inki.dae@samsung.com>,
Andrzej Hajda <a.hajda@samsung.com>,
Rob Clark <robdclark@gmail.com>,
Thierry Reding <thierry.reding@gmail.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Daniel Vetter <daniel@ffwll.ch>, Archit Taneja <archit@ti.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCHv2 2/8] Doc/DT: Add DT binding documentation for Analog TV Connector
Date: Tue, 18 Mar 2014 08:52:59 +0000 [thread overview]
Message-ID: <5328096B.5080206@ti.com> (raw)
In-Reply-To: <CAMuHMdVhh_qqXvUP9zUo0iCJ=O6bLqp-qTdaMQNLNcVgAgROBg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
On 18/03/14 10:40, Geert Uytterhoeven wrote:
> Hi Tomi,
>
> On Tue, Mar 18, 2014 at 9:15 AM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/video/analog-tv-connector.txt
>> @@ -0,0 +1,25 @@
>> +Analog TV Connector
>> +===================
>> +
>> +Required properties:
>> +- compatible: "composite-connector" or "svideo-connector"
>> +
>> +Optional properties:
>> +- label: a symbolic name for the connector
>> +
>> +Required nodes:
>> +- Video port for TV input
>
> Only input, not output?
Yes, I have only made the bindings for display. I have no experience on
the capture side. I can change the port bindings for the connectors to
say they may be input or output, but I have to say I have no idea
whether the bindings work for capture.
But this is also something that I think could be extended in the future,
when we have some code to actually use them on capture pipeline. For now
it may be safer to keep them only for display.
> Have you considered adding bindings for other analog connector types?
> - composite (YCbCr),
> - component with and without sync-on-green (RGB and RGBHV),
> - D-terminal (D1/D2/D3/D4/D5).
>
> Am I missing some?
No, I haven't. I have no experience on those, and generally very little
experience on analog video. I've added bindings only for the hardware I
have.
If there are lots of different analog TV connectors, should I just split
the current "analog-tv-connector" into separate composite and svideo,
instead of trying to manage them with a single one? The reason I
combined composite and svideo was that there didn't seem anything else
to specify than the connector type.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]
next prev parent reply other threads:[~2014-03-18 8:52 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 8:15 [PATCHv2 0/8] Doc/DT: DT bindings for various display components Tomi Valkeinen
[not found] ` <1395130547-18633-1-git-send-email-tomi.valkeinen-l0cyMroinI0@public.gmane.org>
2014-03-18 8:15 ` [PATCHv2 1/8] Doc/DT: Add DT binding documentation for OMAP DSS Tomi Valkeinen
2014-03-18 8:15 ` [PATCHv2 2/8] Doc/DT: Add DT binding documentation for Analog TV Connector Tomi Valkeinen
2014-03-18 8:40 ` Geert Uytterhoeven
2014-03-18 8:52 ` Tomi Valkeinen [this message]
2014-03-18 8:15 ` [PATCHv2 3/8] Doc/DT: Add DT binding documentation for DVI Connector Tomi Valkeinen
2014-03-18 8:15 ` [PATCHv2 4/8] Doc/DT: Add DT binding documentation for HDMI Connector Tomi Valkeinen
2014-03-18 8:43 ` Philipp Zabel
2014-03-18 23:43 ` Laurent Pinchart
2014-03-19 8:03 ` Philipp Zabel
2014-03-19 8:11 ` Tomi Valkeinen
2014-03-19 8:22 ` Philipp Zabel
2014-03-19 9:08 ` Tomi Valkeinen
2014-03-19 9:36 ` Philipp Zabel
2014-03-18 8:15 ` [PATCHv2 5/8] Doc/DT: Add DT binding documentation for MIPI DSI CM Panel Tomi Valkeinen
2014-03-18 8:15 ` [PATCHv2 6/8] Doc/DT: Add DT binding documentation for Sony acx565akm panel Tomi Valkeinen
2014-03-18 8:15 ` [PATCHv2 7/8] Doc/DT: Add DT binding documentation for TFP410 encoder Tomi Valkeinen
2014-03-18 8:15 ` [PATCHv2 8/8] Doc/DT: Add DT binding documentation for tpd12s015 encoder 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=5328096B.5080206@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=a.hajda@samsung.com \
--cc=archit@ti.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert@linux-m68k.org \
--cc=inki.dae@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=p.zabel@pengutronix.de \
--cc=robdclark@gmail.com \
--cc=s.hauer@pengutronix.de \
--cc=sebastian.hesselbarth@gmail.com \
--cc=thierry.reding@gmail.com \
--cc=tomasz.figa@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).