From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings
Date: Wed, 12 Nov 2014 14:00:14 +0000 [thread overview]
Message-ID: <546367EE.3040600@ti.com> (raw)
In-Reply-To: <1415051968-4878-3-git-send-email-marek@goldelico.com>
[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]
On 03/11/14 23:59, Marek Belisko wrote:
> Signed-off-by: Marek Belisko <marek@goldelico.com>
> ---
> .../devicetree/bindings/video/ti,opa362.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt
>
> diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b/Documentation/devicetree/bindings/video/ti,opa362.txt
> new file mode 100644
> index 0000000..d7ed11a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/video/ti,opa362.txt
> @@ -0,0 +1,38 @@
> +OPA362 analog video amplifier
> +
> +Required properties:
> +- compatible: "ti,opa362"
> +- gpio: enable/disable output gpio
> +
> +Required node:
> +- Video port 0 for opa362 input
> +- Video port 1 for opa362 output
> +
> +Example:
> +
> +tv_amp: opa362 {
> + compatible = "ti,opa362";
> + gpios = <&gpio1 23 0>; /* GPIO to enable video out amplifier */
> +
> + label = "opa362";
opa shouldn't have label property. label is meant for the
end-of-the-chain component, like the connector.
> + ports {
Hmm, I think there is extra space before 'ports', maybe below also.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Marek Belisko <marek@goldelico.com>, grant.likely@linaro.org
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
linux-fbdev@vger.kernel.org, linux@arm.linux.org.uk,
pawel.moll@arm.com, ijc+devicetree@hellion.org.uk,
tony@atomide.com, hns@goldelico.com,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
bcousson@baylibre.com, galak@codeaurora.org,
linux-omap@vger.kernel.org, plagnioj@jcrosoft.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings
Date: Wed, 12 Nov 2014 16:00:14 +0200 [thread overview]
Message-ID: <546367EE.3040600@ti.com> (raw)
In-Reply-To: <1415051968-4878-3-git-send-email-marek@goldelico.com>
[-- Attachment #1.1: Type: text/plain, Size: 1196 bytes --]
On 03/11/14 23:59, Marek Belisko wrote:
> Signed-off-by: Marek Belisko <marek@goldelico.com>
> ---
> .../devicetree/bindings/video/ti,opa362.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt
>
> diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b/Documentation/devicetree/bindings/video/ti,opa362.txt
> new file mode 100644
> index 0000000..d7ed11a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/video/ti,opa362.txt
> @@ -0,0 +1,38 @@
> +OPA362 analog video amplifier
> +
> +Required properties:
> +- compatible: "ti,opa362"
> +- gpio: enable/disable output gpio
> +
> +Required node:
> +- Video port 0 for opa362 input
> +- Video port 1 for opa362 output
> +
> +Example:
> +
> +tv_amp: opa362 {
> + compatible = "ti,opa362";
> + gpios = <&gpio1 23 0>; /* GPIO to enable video out amplifier */
> +
> + label = "opa362";
opa shouldn't have label property. label is meant for the
end-of-the-chain component, like the connector.
> + ports {
Hmm, I think there is extra space before 'ports', maybe below also.
Tomi
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: tomi.valkeinen@ti.com (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings
Date: Wed, 12 Nov 2014 16:00:14 +0200 [thread overview]
Message-ID: <546367EE.3040600@ti.com> (raw)
In-Reply-To: <1415051968-4878-3-git-send-email-marek@goldelico.com>
On 03/11/14 23:59, Marek Belisko wrote:
> Signed-off-by: Marek Belisko <marek@goldelico.com>
> ---
> .../devicetree/bindings/video/ti,opa362.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt
>
> diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b/Documentation/devicetree/bindings/video/ti,opa362.txt
> new file mode 100644
> index 0000000..d7ed11a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/video/ti,opa362.txt
> @@ -0,0 +1,38 @@
> +OPA362 analog video amplifier
> +
> +Required properties:
> +- compatible: "ti,opa362"
> +- gpio: enable/disable output gpio
> +
> +Required node:
> +- Video port 0 for opa362 input
> +- Video port 1 for opa362 output
> +
> +Example:
> +
> +tv_amp: opa362 {
> + compatible = "ti,opa362";
> + gpios = <&gpio1 23 0>; /* GPIO to enable video out amplifier */
> +
> + label = "opa362";
opa shouldn't have label property. label is meant for the
end-of-the-chain component, like the connector.
> + ports {
Hmm, I think there is extra space before 'ports', maybe below also.
Tomi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141112/7e4334b3/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Marek Belisko <marek@goldelico.com>, <grant.likely@linaro.org>
Cc: <robh+dt@kernel.org>, <pawel.moll@arm.com>,
<mark.rutland@arm.com>, <ijc+devicetree@hellion.org.uk>,
<galak@codeaurora.org>, <bcousson@baylibre.com>,
<tony@atomide.com>, <linux@arm.linux.org.uk>,
<plagnioj@jcrosoft.com>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-fbdev@vger.kernel.org>, <hns@goldelico.com>
Subject: Re: [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings
Date: Wed, 12 Nov 2014 16:00:14 +0200 [thread overview]
Message-ID: <546367EE.3040600@ti.com> (raw)
In-Reply-To: <1415051968-4878-3-git-send-email-marek@goldelico.com>
[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]
On 03/11/14 23:59, Marek Belisko wrote:
> Signed-off-by: Marek Belisko <marek@goldelico.com>
> ---
> .../devicetree/bindings/video/ti,opa362.txt | 38 ++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt
>
> diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b/Documentation/devicetree/bindings/video/ti,opa362.txt
> new file mode 100644
> index 0000000..d7ed11a
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/video/ti,opa362.txt
> @@ -0,0 +1,38 @@
> +OPA362 analog video amplifier
> +
> +Required properties:
> +- compatible: "ti,opa362"
> +- gpio: enable/disable output gpio
> +
> +Required node:
> +- Video port 0 for opa362 input
> +- Video port 1 for opa362 output
> +
> +Example:
> +
> +tv_amp: opa362 {
> + compatible = "ti,opa362";
> + gpios = <&gpio1 23 0>; /* GPIO to enable video out amplifier */
> +
> + label = "opa362";
opa shouldn't have label property. label is meant for the
end-of-the-chain component, like the connector.
> + ports {
Hmm, I think there is extra space before 'ports', maybe below also.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-11-12 14:00 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-03 21:59 [PATCH 0/4] omapdss: Add video output support for gta04 board Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` [PATCH 1/4] video: omapdss: Add opa362 driver Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-12 13:57 ` Tomi Valkeinen
2014-11-12 13:57 ` Tomi Valkeinen
2014-11-12 13:57 ` Tomi Valkeinen
2014-11-12 13:57 ` Tomi Valkeinen
2014-11-12 14:04 ` Belisko Marek
2014-11-12 14:04 ` Belisko Marek
2014-11-12 14:04 ` Belisko Marek
2014-11-03 21:59 ` [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings Marek Belisko
2014-11-03 21:59 ` [PATCH 2/4] Documentation: DT: Add documentation for ti, opa362 bindings Marek Belisko
2014-11-03 21:59 ` [PATCH 2/4] Documentation: DT: Add documentation for ti,opa362 bindings Marek Belisko
2014-11-12 14:00 ` Tomi Valkeinen [this message]
2014-11-12 14:00 ` Tomi Valkeinen
2014-11-12 14:00 ` Tomi Valkeinen
2014-11-12 14:00 ` Tomi Valkeinen
2014-11-03 21:59 ` [PATCH 3/4] arm: dts: omap3-gta04: Add handling for tv output Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-10 23:30 ` Tony Lindgren
2014-11-10 23:30 ` Tony Lindgren
2014-11-10 23:30 ` Tony Lindgren
2014-11-10 23:30 ` Tony Lindgren
2014-11-11 7:41 ` Tomi Valkeinen
2014-11-11 7:41 ` Tomi Valkeinen
2014-11-11 7:41 ` Tomi Valkeinen
2014-11-11 7:41 ` Tomi Valkeinen
2014-11-11 15:00 ` Tony Lindgren
2014-11-11 15:00 ` Tony Lindgren
2014-11-11 15:00 ` Tony Lindgren
2014-11-03 21:59 ` [PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-03 21:59 ` Marek Belisko
2014-11-10 23:36 ` Tony Lindgren
2014-11-10 23:36 ` Tony Lindgren
2014-11-10 23:36 ` Tony Lindgren
2014-11-12 21:02 ` Belisko Marek
2014-11-12 21:02 ` Belisko Marek
2014-11-12 21:02 ` Belisko Marek
2014-11-12 21:02 ` Belisko Marek
2014-11-12 21:23 ` Tony Lindgren
2014-11-12 21:23 ` Tony Lindgren
2014-11-12 21:23 ` Tony Lindgren
2014-11-12 12:53 ` Tomi Valkeinen
2014-11-12 12:53 ` Tomi Valkeinen
2014-11-12 12:53 ` Tomi Valkeinen
2014-11-12 12:53 ` Tomi Valkeinen
2014-11-12 15:02 ` Tony Lindgren
2014-11-12 15:02 ` Tony Lindgren
2014-11-12 15:02 ` Tony Lindgren
2014-11-12 15:02 ` Tony Lindgren
2014-11-13 11:31 ` Tomi Valkeinen
2014-11-13 11:31 ` Tomi Valkeinen
2014-11-13 11:31 ` Tomi Valkeinen
2014-11-13 11:31 ` Tomi Valkeinen
2014-11-13 18:28 ` Tony Lindgren
2014-11-13 18:28 ` Tony Lindgren
2014-11-13 18:28 ` Tony Lindgren
2014-11-13 18:28 ` Tony Lindgren
2014-11-13 22:59 ` Paul Walmsley
2014-11-13 22:59 ` Paul Walmsley
2014-11-13 22:59 ` Paul Walmsley
2014-11-13 22:59 ` Paul Walmsley
2014-11-13 23:58 ` Tony Lindgren
2014-11-13 23:58 ` Tony Lindgren
2014-11-13 23:58 ` Tony Lindgren
2014-11-14 7:32 ` Tero Kristo
2014-11-14 7:32 ` Tero Kristo
2014-11-14 7:32 ` Tero Kristo
2014-11-14 7:32 ` Tero Kristo
2014-11-14 18:01 ` Tony Lindgren
2014-11-14 18:01 ` Tony Lindgren
2014-11-14 18:01 ` Tony Lindgren
2014-11-14 14:36 ` Grazvydas Ignotas
2014-11-14 14:36 ` Grazvydas Ignotas
2014-11-14 14:36 ` Grazvydas Ignotas
2014-11-14 15:58 ` Tony Lindgren
2014-11-14 15:58 ` Tony Lindgren
2014-11-14 15:58 ` Tony Lindgren
2014-11-14 15:58 ` Tony Lindgren
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=546367EE.3040600@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=linux-arm-kernel@lists.infradead.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.