From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754948AbeDZVVq (ORCPT ); Thu, 26 Apr 2018 17:21:46 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:59930 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbeDZVVn (ORCPT ); Thu, 26 Apr 2018 17:21:43 -0400 From: Laurent Pinchart To: Kieran Bingham Cc: linux-renesas-soc@vger.kernel.org, Takeshi Kihara , Simon Horman , Magnus Damm , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)" , open list Subject: Re: [PATCH 15/17] arm64: dts: r8a77965-salvator-x: Enable HDMI output Date: Fri, 27 Apr 2018 00:21:55 +0300 Message-ID: <2345148.J1marZVneP@avalon> Organization: Ideas on Board Oy In-Reply-To: <20180426165346.494-16-kieran.bingham+renesas@ideasonboard.com> References: <20180426165346.494-1-kieran.bingham+renesas@ideasonboard.com> <20180426165346.494-16-kieran.bingham+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kieran, Thank you for the patch. On Thursday, 26 April 2018 19:53:44 EEST Kieran Bingham wrote: > From: Takeshi Kihara > > Enable the HDMI encoder for the M3N Salvator-X board and hook it up to > the HDMI connector. > > Based on a similar patches of the the Salvator-X board > on the R8A7796 SoC device tree > by Laurent Pinchart Reviewed-by: Laurent Pinchart How about adding the VGA output too ? I think you can add both VGA and HDMI in a single patch that enables display in one go for the board. Same comment for the Salvator-XS. > Signed-off-by: Takeshi Kihara > Signed-off-by: Kieran Bingham > --- > .../boot/dts/renesas/r8a77965-salvator-x.dts | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts > b/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts index > a2b8fb20fef8..11e8d43e9e11 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts > @@ -31,3 +31,20 @@ > clock-names = "du.0", "du.1", "du.3", "lvds.0", > "dclkin.0", "dclkin.1", "dclkin.3"; > }; > + > +&hdmi0 { > + status = "okay"; > + > + ports { > + port@1 { > + reg = <1>; > + rcar_dw_hdmi0_out: endpoint { > + remote-endpoint = <&hdmi0_con>; > + }; > + }; > + }; > +}; > + > +&hdmi0_con { > + remote-endpoint = <&rcar_dw_hdmi0_out>; > +}; -- Regards, Laurent Pinchart