From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 4/5] arm64: dts: renesas: ulcb: Add HDMI output connector Date: Mon, 10 Jul 2017 16:09:14 +0300 Message-ID: <2531734.5WngiEmILA@avalon> References: <1499394976-14201-1-git-send-email-vladimir.barinov@cogentembedded.com> <1499395056-14375-1-git-send-email-vladimir.barinov@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1499395056-14375-1-git-send-email-vladimir.barinov@cogentembedded.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Vladimir Barinov Cc: Simon Horman , Magnus Damm , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi Vladimir, Thank you for the patch. On Friday 07 Jul 2017 05:37:36 Vladimir Barinov wrote: > From: Vladimir Barinov > > 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 > --- > 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 > + type = "a"; > + > + port { > + hdmi0_con: endpoint { > + }; > + }; > + }; > + > keyboard { > compatible = "gpio-keys"; -- Regards, Laurent Pinchart