devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 16:09:14 +0300	[thread overview]
Message-ID: <2531734.5WngiEmILA@avalon> (raw)
In-Reply-To: <1499395056-14375-1-git-send-email-vladimir.barinov@cogentembedded.com>

Hi Vladimir,

Thank you for the patch.

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,

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> +		type = "a";
> +
> +		port {
> +			hdmi0_con: endpoint {
> +			};
> +		};
> +	};
> +
>  	keyboard {
>  		compatible = "gpio-keys";

-- 
Regards,

Laurent Pinchart

  parent reply	other threads:[~2017-07-10 13:09 UTC|newest]

Thread overview: 19+ 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
     [not found]   ` <1499395019-14261-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
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
     [not found]   ` <1499395034-14301-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
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 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
     [not found] ` <1499394976-14201-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-07-07  2:37   ` [PATCH 4/5] arm64: dts: renesas: ulcb: Add HDMI output connector Vladimir Barinov
2017-07-10  8:36     ` Geert Uytterhoeven
2017-07-10 13:09     ` Laurent Pinchart [this message]
2017-07-10 16:28       ` Vladimir Barinov
     [not found]         ` <fbc99ea5-cfbb-5fcf-9162-7358fe4d667c-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-07-10 19:38           ` Laurent Pinchart
2017-07-11  9:04   ` [PATCH 0/5] arm64: dts: renesas: ulcb: Enable HDMI 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=2531734.5WngiEmILA@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).