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.6 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,URIBL_BLOCKED,USER_AGENT_MUTT 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 A2F05C04AB5 for ; Thu, 6 Jun 2019 17:08:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77A9020652 for ; Thu, 6 Jun 2019 17:08:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ksMQxRdt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729920AbfFFRIS (ORCPT ); Thu, 6 Jun 2019 13:08:18 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:45308 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729905AbfFFRIR (ORCPT ); Thu, 6 Jun 2019 13:08:17 -0400 Received: from pendragon.ideasonboard.com (unknown [IPv6:2a02:a03f:44f0:8500:ca05:8177:199c:fed4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 59FB433B; Thu, 6 Jun 2019 19:08:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1559840896; bh=MnSu6i10WmQXXK8idR8J8iA4SFx8Pgt+jsvqJyMXAi8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ksMQxRdtqDkHjOhLIOnPxyEkxrJr/sKU27HPkDcLlX2ZfidqchsMLajbp02xhJL97 LlvsaRG27UsXRJK2hMcpLn3JO9axz+C3PAnuHEnmxx/NIY/geHntMgVMQW64zomN3W qxJzvxt+MCn/zISOJ5y0FWXk8nxSow73jU+0ANZ4= Date: Thu, 6 Jun 2019 20:08:02 +0300 From: Laurent Pinchart To: Jacopo Mondi Cc: kieran.bingham+renesas@ideasonboard.com, airlied@linux.ie, daniel@ffwll.ch, koji.matsuoka.xm@renesas.com, muroya@ksk.co.jp, VenkataRajesh.Kalakodima@in.bosch.com, Harsha.ManjulaMallikarjun@in.bosch.com, linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 13/20] arm64: dts: renesas: r8a77995: Add CMM units Message-ID: <20190606170802.GB27525@pendragon.ideasonboard.com> References: <20190606142220.1392-1-jacopo+renesas@jmondi.org> <20190606142220.1392-14-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190606142220.1392-14-jacopo+renesas@jmondi.org> 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 Jacopo, Thank you for the patch. On Thu, Jun 06, 2019 at 04:22:13PM +0200, Jacopo Mondi wrote: > Add CMM units to Renesas R-Car D3 device tree and reference them from > the Display Unit they are connected to. > > While at it, re-sort the du device node properties to match the ordering > found in other SoCs. > > Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a77995.dtsi | 20 +++++++++++++++++++- > 1 file changed, 19 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi > index 5bf3af246e14..c52d73068304 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi > @@ -993,6 +993,22 @@ > iommus = <&ipmmu_vi0 9>; > }; > > + cmm0: cmm@fea40000 { > + compatible = "renesas,cmm-gen3"; > + reg = <0 0xfea40000 0 0x1000>; > + clocks = <&cpg CPG_MOD 711>; > + power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; > + resets = <&cpg 711>; > + }; > + > + cmm1: cmm@fea50000 { > + compatible = "renesas,cmm-gen3"; > + reg = <0 0xfea50000 0 0x1000>; > + clocks = <&cpg CPG_MOD 710>; > + power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; > + resets = <&cpg 710>; > + }; > + > du: display@feb00000 { > compatible = "renesas,du-r8a77995"; > reg = <0 0xfeb00000 0 0x80000>; > @@ -1001,9 +1017,11 @@ > clocks = <&cpg CPG_MOD 724>, > <&cpg CPG_MOD 723>; > clock-names = "du.0", "du.1"; > - vsps = <&vspd0 0 &vspd1 0>; > status = "disabled"; > > + vsps = <&vspd0 0 &vspd1 0>; > + cmms = <&cmm0 &cmm1>; > + > ports { > #address-cells = <1>; > #size-cells = <0>; -- Regards, Laurent Pinchart