Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp7263598ybp; Wed, 16 Oct 2019 06:18:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqx6OHI5Dbkp3UkptmecmtZdrQ40hsC6QxcChNACzlcz5sn5/jVawPF9sFqNDZnRTxlw5HkI X-Received: by 2002:a17:906:46c3:: with SMTP id k3mr39861131ejs.70.1571231916357; Wed, 16 Oct 2019 06:18:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571231916; cv=none; d=google.com; s=arc-20160816; b=QBteal8kxzLxYODQEW6KTBBBwatRLhk6XpMs/EC7ap2WMSFPBO46cbv/1gY7GwoqIi Y14ukCqOCMwRs0vWWNQfFrUij+fRtLNtOOnRPu5abnEVE3ga/q7DLijtJfRXjYDB/9ZI Bvd8G6z/W1Js3niTvDvhgjRuNgmZ1mV16bHZerDSgGWfN0u0N5CEk9xbckFH/o0Oj4Gq lkiefCdERNlwArn75AvijHFn+SUIrdW+1AX878gCVvN2e58O4QVYbtu2sbCDxFba6pTz E60+oSJrJse/0FlgZYtg2UzUZba4HW3xklPERolWRJf4HNMLlazwJ0ksTlP0nGKrugkF gj6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=kUXxYCDRjGKJ/PHI0kjjEWXocyMI0d8OVg6ZFRAIlic=; b=w7hPh7GIsthpeTmHqnZUcnSCh7Cz3Y432Buv9e8lld0UaCRDeP+7BG9EXAbn/cZcfb CSulOyG7rawIXRgB1T8b7z3NBckpobaqoVSuIdImEhUH5g8O5DB63aj1C0od7RyN+c9C +uKCIM7cNkzDknbJeKNDXv28B3gB8x5CzE/tEbHWH2FxODolvpam30uzMsgIcyEqujBk EsQ1PxSLfyCpU2CRfuQuLxVrk8HQ7pypQ7a6m+M0q+kd2/nq6La5fD5Tjv3i0bxB+VaY Nf1UWEUs3kbvxqn/tHsCY7EwZjKUR7p4Y+AwlcBZ2CLeGwEKpXw9N8GfCEOQe1DQVYR4 iYig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f13si17233392edl.170.2019.10.16.06.18.13; Wed, 16 Oct 2019 06:18:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404152AbfJPIzB (ORCPT + 99 others); Wed, 16 Oct 2019 04:55:01 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:34743 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732135AbfJPIzA (ORCPT ); Wed, 16 Oct 2019 04:55:00 -0400 Received: from uno.localdomain (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 241DD240003; Wed, 16 Oct 2019 08:54:56 +0000 (UTC) From: Jacopo Mondi To: laurent.pinchart@ideasonboard.com, kieran.bingham+renesas@ideasonboard.com, geert@linux-m68k.org, horms@verge.net.au, uli+renesas@fpond.eu Cc: Jacopo Mondi , airlied@linux.ie, daniel@ffwll.ch, linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [PATCH v6 2/8] dt-bindings: display, renesas,du: Document cmms property Date: Wed, 16 Oct 2019 10:55:42 +0200 Message-Id: <20191016085548.105703-3-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191016085548.105703-1-jacopo+renesas@jmondi.org> References: <20191016085548.105703-1-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the newly added 'cmms' property which accepts a list of phandle and channel index pairs that point to the CMM units available for each Display Unit output video channel. Reviewed-by: Rob Herring Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- Documentation/devicetree/bindings/display/renesas,du.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/display/renesas,du.txt b/Documentation/devicetree/bindings/display/renesas,du.txt index c97dfacad281..3d9809b486b6 100644 --- a/Documentation/devicetree/bindings/display/renesas,du.txt +++ b/Documentation/devicetree/bindings/display/renesas,du.txt @@ -45,6 +45,10 @@ Required Properties: instance that serves the DU channel, and the channel index identifies the LIF instance in that VSP. + - renesas,cmms: A list of phandles to the CMM instances present in the SoC, + one for each available DU channel. The property shall not be specified for + SoCs that do not provide any CMM (such as V3M and V3H). + Required nodes: The connections to the DU output video ports are modeled using the OF graph @@ -91,6 +95,7 @@ Example: R8A7795 (R-Car H3) ES2.0 DU <&cpg CPG_MOD 721>; clock-names = "du.0", "du.1", "du.2", "du.3"; vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>, <&vspd0 1>; + renesas,cmms = <&cmm0>, <&cmm1>, <&cmm2>, <&cmm3>; ports { #address-cells = <1>; -- 2.23.0