From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH v2 4/5] arm64: dts: renesas: r8a77980: add LVDS support Date: Fri, 08 Jun 2018 17:24:24 +0300 Message-ID: <9345530.G21j7jBrXu@avalon> References: <390fabf0-4caf-1600-3780-1893207d94f7@cogentembedded.com> <3e46c70c-c6be-d019-95a9-bf09c888c9c0@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3e46c70c-c6be-d019-95a9-bf09c888c9c0@cogentembedded.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Sergei Shtylyov Cc: Mark Rutland , devicetree@vger.kernel.org, Magnus Damm , Catalin Marinas , Will Deacon , Rob Herring , linux-renesas-soc@vger.kernel.org, Simon Horman , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Sergei, Thank you for the patch. On Thursday, 7 June 2018 23:23:06 EEST Sergei Shtylyov wrote: > Define the generic R8A77980 part of the LVDS device node. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a77980.dtsi | 29 ++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > Index: renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi > =================================================================== > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980.dtsi > +++ renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi > @@ -696,6 +696,35 @@ > port@1 { > reg = <1>; > du_out_lvds0: endpoint { > + remote-endpoint = <&lvds0_in>; > + }; > + }; > + }; > + }; > + > + lvds0: lvds-encoder@feb90000 { > + compatible = "renesas,r8a77980-lvds"; > + reg = <0 0xfeb90000 0 0x14>; > + clocks = <&cpg CPG_MOD 727>; > + power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; > + resets = <&cpg 727>; > + status = "disabled"; > + > + ports { > + #address-cells = <1>; > + #size-cells = <0>; > + > + port@0 { > + reg = <0>; > + lvds0_in: endpoint { > + remote-endpoint = > + <&du_out_lvds0>; > + }; > + }; > + > + port@1 { > + reg = <1>; > + lvds0_out: endpoint { > }; > }; > }; -- Regards, Laurent Pinchart