From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 960C9C352AA for ; Tue, 1 Oct 2019 18:13:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66CB52190F for ; Tue, 1 Oct 2019 18:13:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZdiQDxrD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731597AbfJASN7 (ORCPT ); Tue, 1 Oct 2019 14:13:59 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:52738 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726376AbfJASN7 (ORCPT ); Tue, 1 Oct 2019 14:13:59 -0400 Received: from pendragon.ideasonboard.com (modemcable151.96-160-184.mc.videotron.ca [184.160.96.151]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5CC7023F; Tue, 1 Oct 2019 20:13:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1569953636; bh=NevwnMafMweBYkLmsG4KSM9l1kDbarnXF0DLpJcV3Pg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZdiQDxrDRvnuJ1p/1DAYDU9WmiYwShzJMNW51gzC++60/OxqNZd1dCdV0Xm70e84v AjDJNrv3mY2Ci63QPEdxR2ltImurg281KOMQH67JQ6RRNGAykwJjMv3+vbclQ1viww ftYR+3UncOO4CHsK0jcf+SxQ30xPcWyeIppa+ciE= Date: Tue, 1 Oct 2019 21:13:44 +0300 From: Laurent Pinchart To: Biju Das Cc: Rob Herring , Mark Rutland , Simon Horman , Kieran Bingham , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson , Fabrizio Castro Subject: Re: [PATCH 2/8] arm64: dts: renesas: r8a774b1: Add DU device to DT Message-ID: <20191001181344.GD4735@pendragon.ideasonboard.com> References: <1569932124-32010-1-git-send-email-biju.das@bp.renesas.com> <1569932124-32010-3-git-send-email-biju.das@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1569932124-32010-3-git-send-email-biju.das@bp.renesas.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Biju, Thank you for the patch. On Tue, Oct 01, 2019 at 01:15:18PM +0100, Biju Das wrote: > Add the DU device to r8a774b1 SoC DT. > > Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 38 +++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi > index 9d5630a..777b45d 100644 > --- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi > @@ -1285,7 +1285,18 @@ > }; > > du: display@feb00000 { > + compatible = "renesas,du-r8a774b1"; > reg = <0 0xfeb00000 0 0x80000>; > + interrupts = , > + , > + ; > + clocks = <&cpg CPG_MOD 724>, > + <&cpg CPG_MOD 723>, > + <&cpg CPG_MOD 721>; > + clock-names = "du.0", "du.1", "du.3"; > + status = "disabled"; > + > + vsps = <&vspd0 0>, <&vspd1 0>, <&vspd0 1>; > > ports { > #address-cells = <1>; > @@ -1304,6 +1315,33 @@ > port@2 { > reg = <2>; > du_out_lvds0: endpoint { > + remote-endpoint = <&lvds0_in>; > + }; > + }; > + }; > + }; > + > + lvds0: lvds@feb90000 { > + compatible = "renesas,r8a774b1-lvds"; > + reg = <0 0xfeb90000 0 0x14>; > + clocks = <&cpg CPG_MOD 727>; > + power-domains = <&sysc R8A774B1_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