From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 1/2] ARM: dts: r8a7745: Add DU support Date: Tue, 07 Nov 2017 06:05:37 +0200 Message-ID: <9872942.on8edmfvcY@avalon> References: <1509992814-4543-1-git-send-email-fabrizio.castro@bp.renesas.com> <1509992814-4543-2-git-send-email-fabrizio.castro@bp.renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1509992814-4543-2-git-send-email-fabrizio.castro@bp.renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Fabrizio Castro Cc: Rob Herring , Mark Rutland , Magnus Damm , Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi Fabrizio, Thank you for the patch. On Monday, 6 November 2017 20:26:53 EET Fabrizio Castro wrote: > Add du node to r8a7745 SoC DT. Boards that want to enable the DU > need to specify the output topology. > > Signed-off-by: Fabrizio Castro > Reviewed-by: Biju Das Reviewed-by: Laurent Pinchart > --- > arch/arm/boot/dts/r8a7745.dtsi | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi > index 846c27a..53eb1ce4 100644 > --- a/arch/arm/boot/dts/r8a7745.dtsi > +++ b/arch/arm/boot/dts/r8a7745.dtsi > @@ -821,6 +821,33 @@ > status = "disabled"; > }; > > + du: display@feb00000 { > + compatible = "renesas,du-r8a7745"; > + reg = <0 0xfeb00000 0 0x40000>; > + reg-names = "du"; > + interrupts = , > + ; > + clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>; > + clock-names = "du.0", "du.1"; > + status = "disabled"; > + > + ports { > + #address-cells = <1>; > + #size-cells = <0>; > + > + port@0 { > + reg = <0>; > + du_out_rgb0: endpoint { > + }; > + }; > + port@1 { > + reg = <1>; > + du_out_rgb1: endpoint { > + }; > + }; > + }; > + }; > + > msiof0: spi@e6e20000 { > compatible = "renesas,msiof-r8a7745", > "renesas,rcar-gen2-msiof"; -- Regards, Laurent Pinchart