From: jacopo mondi <jacopo@jmondi.org>
To: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
Cc: linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH v2 1/4] vin-tests: Add support for D3 Draak
Date: Fri, 24 Aug 2018 18:28:49 +0200 [thread overview]
Message-ID: <20180824162849.GI26480@w540> (raw)
In-Reply-To: <20180824161228.GD1493@bigcity.dyn.berto.se>
[-- Attachment #1: Type: text/plain, Size: 2109 bytes --]
Hi Niklas,
On Fri, Aug 24, 2018 at 06:12:29PM +0200, Niklas Söderlund wrote:
> Hi Jacopo,
>
> Thanks for your work.
>
> On 2018-08-24 12:24:19 +0200, Jacopo Mondi wrote:
> > Add support for D3 Draak board.
> >
> > Draak has its HDMI input connected to an ADV7612 which connects to VIN4
> > parallel data inputs.
> >
> > Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
> > ---
> > scripts/boards.sh | 9 +++++++++
> > 1 file changed, 9 insertions(+)
> >
> > diff --git a/scripts/boards.sh b/scripts/boards.sh
> > index 26fdab9..7eb3a27 100644
> > --- a/scripts/boards.sh
> > +++ b/scripts/boards.sh
> > @@ -29,6 +29,13 @@ case $info in
> > # for V3M, but results in an image.
> > parallelformat="YUYV8_1X16"
> > ;;
> > + "Renesas Draak board based on r8a77995")
> > + gen="gen3"
> > + vins="4"
> > + parallelname="adv7612 0-004c"
> > + # FIXME: This is a hackfor D3, but results in an image.
> > + parallelformat="YUYV8_1X16"
> > + ;;
> > "Koelsch")
> > gen="gen2"
> >
> > @@ -70,6 +77,8 @@ if [[ "$gen" == "gen3" ]]; then
> >
> > txaname="adv748x 0-0070 txa"
> > txbname="adv748x 0-0070 txb"
> > + elif [[ "$info" == "Renesas Draak board based on r8a77995" ]]; then
> > + hdminame="adv7612 0-004c"
>
> I don't have the D3 schematics at hand but this feels wrong. Why do you
> define the adv7612 as both a parallel and CSI-2 source? IIRC the D3 have
> no CSI-2 IP?
>
Why is "hdminame" variable the CSI-2 source? It might as well be the
VIN source, as for D3.
To me, and I have added it here because it is used in yavta-hdmi in
this way, is the HDMI input component.
Want to change the name?
> The reason this exists for V3M is that it has both parallel input in the
> form of a adv7612 and a CSI-2 input in the for of a adv7482 connected to
> the CSI40 IP.
>
> > else
> > cvbsname="adv748x 4-0070 afe"
> > hdminame="adv748x 4-0070 hdmi"
> > --
> > 2.7.4
> >
>
> --
> Regards,
> Niklas Söderlund
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2018-08-24 20:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-24 10:24 [PATCH v2 0/4] vin-tests: Add D3 Draak support Jacopo Mondi
2018-08-24 10:24 ` [PATCH v2 1/4] vin-tests: Add support for D3 Draak Jacopo Mondi
2018-08-24 16:12 ` Niklas Söderlund
2018-08-24 16:28 ` jacopo mondi [this message]
2018-08-24 16:36 ` Niklas Söderlund
2018-08-24 10:24 ` [PATCH v2 2/4] vin-tests: Fix vdev name in propagate_parallel Jacopo Mondi
2018-08-24 16:13 ` Niklas Söderlund
2018-08-24 10:24 ` [PATCH v2 3/4] vin-tests: Add capture format for parallel input Jacopo Mondi
2018-08-24 16:18 ` Niklas Söderlund
2018-08-24 16:25 ` jacopo mondi
2018-08-24 10:24 ` [PATCH v2 4/4] vin-tests: yavta-hdmi: Add VIN4 and parallel link Jacopo Mondi
2018-08-24 16:27 ` Niklas Söderlund
2018-08-25 9:29 ` jacopo mondi
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=20180824162849.GI26480@w540 \
--to=jacopo@jmondi.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=niklas.soderlund@ragnatech.se \
/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.