All of lore.kernel.org
 help / color / mirror / Atom feed
From: moinejf@free.fr (Jean-Francois Moine)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series
Date: Mon, 10 Feb 2014 17:00:46 +0100	[thread overview]
Message-ID: <20140210170046.03f3c498@armhf> (raw)
In-Reply-To: <20140210151821.GY26684@n2100.arm.linux.org.uk>

On Mon, 10 Feb 2014 15:18:21 +0000
Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:

> Now, mind explaining what "v4l2 style device tree bindings" means?  I've
> no idea since I'm relatively new to DT.

Documentation/devicetree/bindings/media/video-interfaces.txt

For the Cubox, I have:

	tda998x: hdmi-encoder {
		compatible = "nxp,tda998x";
		...
		port {
			tda998x_0: endpoint at 0 {
				remote-endpoint = <&lcd0_0>;
			};
		};
	};

&lcd0 {
	status = "okay";
	...
	port {
		lcd0_0: endpoint at 0 {
			remote-endpoint = <&tda998x_0>;
		};
	};
};


-- 
Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

WARNING: multiple messages have this Message-ID (diff)
From: Jean-Francois Moine <moinejf@free.fr>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: devel@driverdev.osuosl.org,
	Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@linux.ie>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	dri-devel@lists.freedesktop.org,
	Sascha Hauer <kernel@pengutronix.de>,
	Shawn Guo <shawn.guo@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series
Date: Mon, 10 Feb 2014 17:00:46 +0100	[thread overview]
Message-ID: <20140210170046.03f3c498@armhf> (raw)
In-Reply-To: <20140210151821.GY26684@n2100.arm.linux.org.uk>

On Mon, 10 Feb 2014 15:18:21 +0000
Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:

> Now, mind explaining what "v4l2 style device tree bindings" means?  I've
> no idea since I'm relatively new to DT.

Documentation/devicetree/bindings/media/video-interfaces.txt

For the Cubox, I have:

	tda998x: hdmi-encoder {
		compatible = "nxp,tda998x";
		...
		port {
			tda998x_0: endpoint@0 {
				remote-endpoint = <&lcd0_0>;
			};
		};
	};

&lcd0 {
	status = "okay";
	...
	port {
		lcd0_0: endpoint@0 {
			remote-endpoint = <&tda998x_0>;
		};
	};
};


-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2014-02-10 16:00 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10 12:28 [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series Russell King - ARM Linux
2014-02-10 12:28 ` Russell King - ARM Linux
2014-02-10 12:29 ` [PATCH RFC v2 13/35] imx-drm: add imx6 DT configuration for HDMI Russell King
2014-02-10 12:29   ` Russell King
2014-02-10 12:29 ` [PATCH RFC v2 14/35] imx-drm: update and fix imx6 DT descriptions for v3 HDMI driver Russell King
2014-02-10 12:29   ` Russell King
2014-02-10 12:30 ` [PATCH RFC v2 19/35] imx-drm: convert to componentised device support Russell King
2014-02-10 12:30   ` Russell King
2014-02-10 15:12 ` [PATCH RFC v2 00/35] Second preview of imx-drm cleanup series Philipp Zabel
2014-02-10 15:12   ` Philipp Zabel
2014-02-10 15:18   ` Russell King - ARM Linux
2014-02-10 15:18     ` Russell King - ARM Linux
2014-02-10 16:00     ` Jean-Francois Moine [this message]
2014-02-10 16:00       ` Jean-Francois Moine
2014-02-10 17:37     ` Philipp Zabel
2014-02-10 17:56       ` Russell King - ARM Linux
2014-02-10 17:56         ` Russell King - ARM Linux
2014-02-18 11:45         ` Philipp Zabel
2014-02-18 11:45           ` Philipp Zabel
2014-02-18 12:36           ` Russell King - ARM Linux
2014-02-18 12:36             ` Russell King - ARM Linux
2014-02-12  9:56 ` Russell King - ARM Linux
2014-02-12  9:56   ` Russell King - ARM Linux
2014-02-12 17:24   ` Philipp Zabel
2014-02-12 17:24     ` Philipp Zabel
2014-02-12 11:53 ` Fabio Estevam
2014-02-12 11:53   ` Fabio Estevam
2014-02-12 12:04   ` Christian Gmeiner
2014-02-12 12:04     ` Christian Gmeiner
2014-02-12 12:45     ` Russell King - ARM Linux
2014-02-12 12:45       ` Russell King - ARM Linux
2014-02-12 13:11       ` Christian Gmeiner
2014-02-12 13:11         ` Christian Gmeiner
2014-02-12 12:56 ` Shawn Guo
2014-02-12 12:56   ` Shawn Guo

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=20140210170046.03f3c498@armhf \
    --to=moinejf@free.fr \
    --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.