From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Cc: Simon Horman <horms@verge.net.au>,
Magnus Damm <magnus.damm@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 4/5] arm64: dts: renesas: ulcb: Add HDMI output connector
Date: Mon, 10 Jul 2017 22:38:21 +0300 [thread overview]
Message-ID: <1965721.tJYYb53Zhd@avalon> (raw)
In-Reply-To: <fbc99ea5-cfbb-5fcf-9162-7358fe4d667c@cogentembedded.com>
Hi Vladimir,
On Monday 10 Jul 2017 19:28:57 Vladimir Barinov wrote:
> On 10.07.2017 16:09, Laurent Pinchart wrote:
> > On Friday 07 Jul 2017 05:37:36 Vladimir Barinov wrote:
> >> From: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
> >>
> >> The ULCB board has one HDMI output connector.
> >>
> >> This connector is available on both the H3 and M3-W ULCB boards.
> >> Add this to the ulcb.dtsi file.
> >>
> >> Signed-off-by: Vladimir Barinov
> >> <vladimir.barinov+renesas@cogentembedded.com> ---
> >>
> >> arch/arm64/boot/dts/renesas/ulcb.dtsi | 11 +++++++++++
> >> 1 file changed, 11 insertions(+)
> >>
> >> diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 6f0a7ca..fc5408d 100644
> >> --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> @@ -34,6 +34,17 @@
> >>
> >> clock-frequency = <11289600>;
> >>
> >> };
> >>
> >> + hdmi0-out {
> >> + compatible = "hdmi-connector";
> >> + label = "HDMI0 OUT";
> >
> > As far as I know there is no "HDMI0 OUT" label on the board or casing. You
> > can remove the label property. Apart from that,
>
> I was thinking that this is a label on schematic.
>
> ULCB has similar schematic label as first HDMI connector on Salvator-X
> "HDMI output(HDMI0)", hence I've just copied label name from Salvator-X
> file.
>
> Right, there is no such name on ULCB pcb or plastic cover.
Yes, that's the difference with the Salvator-X, where the plastic cover has a
label.
> Is it okay If I resend only one patch with label field removed?
Sure.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
To: Vladimir Barinov
<vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Cc: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 4/5] arm64: dts: renesas: ulcb: Add HDMI output connector
Date: Mon, 10 Jul 2017 22:38:21 +0300 [thread overview]
Message-ID: <1965721.tJYYb53Zhd@avalon> (raw)
In-Reply-To: <fbc99ea5-cfbb-5fcf-9162-7358fe4d667c-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Hi Vladimir,
On Monday 10 Jul 2017 19:28:57 Vladimir Barinov wrote:
> On 10.07.2017 16:09, Laurent Pinchart wrote:
> > On Friday 07 Jul 2017 05:37:36 Vladimir Barinov wrote:
> >> From: Vladimir Barinov <vladimir.barinov+renesas-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> >>
> >> The ULCB board has one HDMI output connector.
> >>
> >> This connector is available on both the H3 and M3-W ULCB boards.
> >> Add this to the ulcb.dtsi file.
> >>
> >> Signed-off-by: Vladimir Barinov
> >> <vladimir.barinov+renesas-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> ---
> >>
> >> arch/arm64/boot/dts/renesas/ulcb.dtsi | 11 +++++++++++
> >> 1 file changed, 11 insertions(+)
> >>
> >> diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 6f0a7ca..fc5408d 100644
> >> --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
> >> @@ -34,6 +34,17 @@
> >>
> >> clock-frequency = <11289600>;
> >>
> >> };
> >>
> >> + hdmi0-out {
> >> + compatible = "hdmi-connector";
> >> + label = "HDMI0 OUT";
> >
> > As far as I know there is no "HDMI0 OUT" label on the board or casing. You
> > can remove the label property. Apart from that,
>
> I was thinking that this is a label on schematic.
>
> ULCB has similar schematic label as first HDMI connector on Salvator-X
> "HDMI output(HDMI0)", hence I've just copied label name from Salvator-X
> file.
>
> Right, there is no such name on ULCB pcb or plastic cover.
Yes, that's the difference with the Salvator-X, where the plastic cover has a
label.
> Is it okay If I resend only one patch with label field removed?
Sure.
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-07-10 19:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-07 2:36 [PATCH 0/5] arm64: dts: renesas: ulcb: Enable HDMI Vladimir Barinov
2017-07-07 2:36 ` [PATCH 1/5] arm64: dts: renesas: ulcb: Add DU external dot clock sources Vladimir Barinov
2017-07-10 8:28 ` Geert Uytterhoeven
2017-07-10 8:42 ` Simon Horman
2017-07-10 8:42 ` Simon Horman
2017-07-10 8:45 ` Simon Horman
2017-07-07 2:37 ` [PATCH 2/5] arm64: dts: renesas: r8a7795-h3ulcb: Add DU external dot clocks Vladimir Barinov
2017-07-10 8:30 ` Geert Uytterhoeven
2017-07-10 8:30 ` Geert Uytterhoeven
2017-07-07 2:37 ` [PATCH 3/5] arm64: dts: renesas: r8a7796-m3ulcb: " Vladimir Barinov
2017-07-10 8:33 ` Geert Uytterhoeven
2017-07-07 2:37 ` [PATCH 4/5] arm64: dts: renesas: ulcb: Add HDMI output connector Vladimir Barinov
2017-07-07 2:37 ` Vladimir Barinov
2017-07-10 8:36 ` Geert Uytterhoeven
2017-07-10 13:09 ` Laurent Pinchart
2017-07-10 16:28 ` Vladimir Barinov
2017-07-10 19:38 ` Laurent Pinchart [this message]
2017-07-10 19:38 ` Laurent Pinchart
2017-07-07 2:37 ` [PATCH 5/5] arm64: dts: renesas: ulcb: Enable HDMI output Vladimir Barinov
2017-07-10 8:37 ` Geert Uytterhoeven
2017-07-10 9:21 ` [PATCH 0/5] arm64: dts: renesas: ulcb: Enable HDMI Simon Horman
2017-07-10 13:09 ` Laurent Pinchart
2017-07-11 9:04 ` Simon Horman
2017-07-11 9:04 ` Simon Horman
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=1965721.tJYYb53Zhd@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=horms@verge.net.au \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=vladimir.barinov@cogentembedded.com \
--cc=will.deacon@arm.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 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.