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.3 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_SANE_1 autolearn=unavailable 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 6D5F2C3A5A6 for ; Wed, 28 Aug 2019 08:28:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D3C523429 for ; Wed, 28 Aug 2019 08:28:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vmsSxbrA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726457AbfH1I24 (ORCPT ); Wed, 28 Aug 2019 04:28:56 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:34870 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726253AbfH1I2z (ORCPT ); Wed, 28 Aug 2019 04:28:55 -0400 Received: from pendragon.ideasonboard.com (dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 62F74310; Wed, 28 Aug 2019 10:28:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1566980933; bh=yHqVMSWrsJvlNfBnMTE1NjxeNpyXRWkgKkXyuwYbZDU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vmsSxbrA2kZqrww2uiRS3uDRX/7GAnSU0FPjyQmdGsgW0H8Wv6oM+JS6YMXe9mBMG Lp2TVbmaR343IJXXXDq6m6MwnqN0YNI7c9H1PvDT52FhYLEQakJxYj2Anti4pSMXYG yQqtESmSKJVDQrFps1jkMaToiaIYNz8bdtUtHvMk= Date: Wed, 28 Aug 2019 11:28:46 +0300 From: Laurent Pinchart To: Geert Uytterhoeven Cc: Rob Herring , Jacopo Mondi , Kieran Bingham , Simon Horman , Ulrich Hecht , David Airlie , Daniel Vetter , Koji Matsuoka , muroya@ksk.co.jp, VenkataRajesh.Kalakodima@in.bosch.com, Harsha.ManjulaMallikarjun@in.bosch.com, Linux-Renesas , DRI Development , Linux Kernel Mailing List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Mark Rutland Subject: Re: [PATCH v3 02/14] dt-bindings: display, renesas,du: Document cmms property Message-ID: <20190828082846.GA27842@pendragon.ideasonboard.com> References: <20190825135154.11488-1-jacopo+renesas@jmondi.org> <20190825135154.11488-3-jacopo+renesas@jmondi.org> <20190827202945.GA3488@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 28, 2019 at 09:32:23AM +0200, Geert Uytterhoeven wrote: > On Tue, Aug 27, 2019 at 10:29 PM Rob Herring wrote: > > On Sun, Aug 25, 2019 at 03:51:42PM +0200, Jacopo Mondi wrote: > > > 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. > > > > > > Signed-off-by: Jacopo Mondi > > > Reviewed-by: Laurent Pinchart > > > --- > > > 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..c2265e2a1af2 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. > > > > > > + - 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). > > > > renesas,cmms > > So I guess we really wanted to have the prefix for the vsps property, too? Yes, we should have :-( My bad. -- Regards, Laurent Pinchart