From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: koelsch: add VIN1/ADV7180 DT support
Date: Thu, 07 Aug 2014 15:31:05 +0000 [thread overview]
Message-ID: <53E39BB9.7030809@cogentembedded.com> (raw)
In-Reply-To: <CANqRtoQhr-7RjZTxdk_e--if7ruSPQzyoGOR7VEy2saih64duw@mail.gmail.com>
Hello.
On 08/07/2014 08:01 AM, Magnus Damm wrote:
>> Define the Koelsch board dependent part of the VIN1 device node. Add the device
>> node for Analog Devices ADV7180 video decoder to I2C2 bus. Add the necessary
>> subnodes to interconnect VIN1 and ADV7180 devices.
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> ---
>> This patch is against the 'renesas-devel-v3.16-20140804' tag of Simon Horman's
>> 'renesas.git' repo. It requires the 'soc_camera' and 'rcar_vin' device tree
>> support patches (already merged to the 'media_tree.git' repo) in order to work.
>> arch/arm/boot/dts/r8a7791-koelsch.dts | 35 ++++++++++++++++++++++++++++++++++
>> 1 file changed, 35 insertions(+)
>> Index: renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> =================================>> --- renesas.orig/arch/arm/boot/dts/r8a7791-koelsch.dts
>> +++ renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> @@ -289,6 +289,11 @@
>> renesas,groups = "usb1";
>> renesas,function = "usb1";
>> };
>> +
>> + vin1_pins: vin1 {
>> + renesas,groups = "vin1_data8", "vin1_clk";
>> + renesas,function = "vin1";
>> + };
>> };
> Quick question: Does this pin description match to the board layout? I
Yes, it does.
> suspect that clock and data by themselves are not enough.
They are enough as BT.656 interconnect is used between VIN1 and ADV7180.
> I'm not sure about Koelsch, but in case of older SoCs using the CEU
> there were signals used like horizontal and vertical sync and
> sometimes even something that was used to determine interlace.
The HS and VS/FIELD pins of ADV7180 are left unconnected. There's also
ADV7612 connected to VIN0 on this board, there the HSYNC and VSYNC/FIELD pins
are connected; however, ADV7612 is not supported yet.
> Thanks,
> / magnus
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: shmobile: koelsch: add VIN1/ADV7180 DT support
Date: Thu, 07 Aug 2014 19:31:05 +0400 [thread overview]
Message-ID: <53E39BB9.7030809@cogentembedded.com> (raw)
In-Reply-To: <CANqRtoQhr-7RjZTxdk_e--if7ruSPQzyoGOR7VEy2saih64duw@mail.gmail.com>
Hello.
On 08/07/2014 08:01 AM, Magnus Damm wrote:
>> Define the Koelsch board dependent part of the VIN1 device node. Add the device
>> node for Analog Devices ADV7180 video decoder to I2C2 bus. Add the necessary
>> subnodes to interconnect VIN1 and ADV7180 devices.
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> ---
>> This patch is against the 'renesas-devel-v3.16-20140804' tag of Simon Horman's
>> 'renesas.git' repo. It requires the 'soc_camera' and 'rcar_vin' device tree
>> support patches (already merged to the 'media_tree.git' repo) in order to work.
>> arch/arm/boot/dts/r8a7791-koelsch.dts | 35 ++++++++++++++++++++++++++++++++++
>> 1 file changed, 35 insertions(+)
>> Index: renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> ===================================================================
>> --- renesas.orig/arch/arm/boot/dts/r8a7791-koelsch.dts
>> +++ renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> @@ -289,6 +289,11 @@
>> renesas,groups = "usb1";
>> renesas,function = "usb1";
>> };
>> +
>> + vin1_pins: vin1 {
>> + renesas,groups = "vin1_data8", "vin1_clk";
>> + renesas,function = "vin1";
>> + };
>> };
> Quick question: Does this pin description match to the board layout? I
Yes, it does.
> suspect that clock and data by themselves are not enough.
They are enough as BT.656 interconnect is used between VIN1 and ADV7180.
> I'm not sure about Koelsch, but in case of older SoCs using the CEU
> there were signals used like horizontal and vertical sync and
> sometimes even something that was used to determine interlace.
The HS and VS/FIELD pins of ADV7180 are left unconnected. There's also
ADV7612 connected to VIN0 on this board, there the HSYNC and VSYNC/FIELD pins
are connected; however, ADV7612 is not supported yet.
> Thanks,
> / magnus
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: "Simon Horman [Horms]" <horms@verge.net.au>,
SH-Linux <linux-sh@vger.kernel.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] ARM: shmobile: koelsch: add VIN1/ADV7180 DT support
Date: Thu, 07 Aug 2014 19:31:05 +0400 [thread overview]
Message-ID: <53E39BB9.7030809@cogentembedded.com> (raw)
In-Reply-To: <CANqRtoQhr-7RjZTxdk_e--if7ruSPQzyoGOR7VEy2saih64duw@mail.gmail.com>
Hello.
On 08/07/2014 08:01 AM, Magnus Damm wrote:
>> Define the Koelsch board dependent part of the VIN1 device node. Add the device
>> node for Analog Devices ADV7180 video decoder to I2C2 bus. Add the necessary
>> subnodes to interconnect VIN1 and ADV7180 devices.
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> ---
>> This patch is against the 'renesas-devel-v3.16-20140804' tag of Simon Horman's
>> 'renesas.git' repo. It requires the 'soc_camera' and 'rcar_vin' device tree
>> support patches (already merged to the 'media_tree.git' repo) in order to work.
>> arch/arm/boot/dts/r8a7791-koelsch.dts | 35 ++++++++++++++++++++++++++++++++++
>> 1 file changed, 35 insertions(+)
>> Index: renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> ===================================================================
>> --- renesas.orig/arch/arm/boot/dts/r8a7791-koelsch.dts
>> +++ renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
>> @@ -289,6 +289,11 @@
>> renesas,groups = "usb1";
>> renesas,function = "usb1";
>> };
>> +
>> + vin1_pins: vin1 {
>> + renesas,groups = "vin1_data8", "vin1_clk";
>> + renesas,function = "vin1";
>> + };
>> };
> Quick question: Does this pin description match to the board layout? I
Yes, it does.
> suspect that clock and data by themselves are not enough.
They are enough as BT.656 interconnect is used between VIN1 and ADV7180.
> I'm not sure about Koelsch, but in case of older SoCs using the CEU
> there were signals used like horizontal and vertical sync and
> sometimes even something that was used to determine interlace.
The HS and VS/FIELD pins of ADV7180 are left unconnected. There's also
ADV7612 connected to VIN0 on this board, there the HSYNC and VSYNC/FIELD pins
are connected; however, ADV7612 is not supported yet.
> Thanks,
> / magnus
WBR, Sergei
next prev parent reply other threads:[~2014-08-07 15:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-02 0:02 [PATCH v2 0/2] Add VIN and ADV7180 device tree support for R8A7791/Henninger board Sergei Shtylyov
2014-08-02 0:02 ` Sergei Shtylyov
2014-08-02 0:02 ` Sergei Shtylyov
2014-08-02 0:04 ` [PATCH v2 1/2] ARM: shmobile: r8a7791: add VIN DT support Sergei Shtylyov
2014-08-02 0:04 ` Sergei Shtylyov
2014-08-02 0:04 ` Sergei Shtylyov
2014-08-02 0:05 ` [PATCH v2 2/2] ARM: shmobile: henninger: add VIN0/ADV7180 " Sergei Shtylyov
2014-08-02 0:05 ` Sergei Shtylyov
2014-08-02 0:05 ` Sergei Shtylyov
2014-08-04 7:08 ` [PATCH v2 0/2] Add VIN and ADV7180 device tree support for R8A7791/Henninger board Simon Horman
2014-08-04 7:08 ` Simon Horman
2014-08-04 7:08 ` Simon Horman
2014-08-06 18:38 ` [PATCH] ARM: shmobile: koelsch: add VIN1/ADV7180 DT support sergei.shtylyov
2014-08-06 18:38 ` sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8
2014-08-06 18:38 ` sergei.shtylyov at cogentembedded.com
2014-08-07 0:47 ` Simon Horman
2014-08-07 0:47 ` Simon Horman
2014-08-07 0:47 ` Simon Horman
2014-08-07 4:01 ` Magnus Damm
2014-08-07 4:01 ` Magnus Damm
2014-08-07 4:01 ` Magnus Damm
2014-08-07 15:31 ` Sergei Shtylyov [this message]
2014-08-07 15:31 ` Sergei Shtylyov
2014-08-07 15:31 ` Sergei Shtylyov
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=53E39BB9.7030809@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.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.