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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 091EBC433DF for ; Thu, 14 May 2020 15:17:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0C4920748 for ; Thu, 14 May 2020 15:17:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Y/Mj54Tv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726240AbgENPRc (ORCPT ); Thu, 14 May 2020 11:17:32 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:39856 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgENPRc (ORCPT ); Thu, 14 May 2020 11:17:32 -0400 Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E53FA259; Thu, 14 May 2020 17:17:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1589469450; bh=IQ/w7wNceyepVhZCFavDD7WAfqN9SfwRMZjfpAXoYxo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y/Mj54TvBe8FySE2wDJYUPU6rnYLTLTzjRWUxwsBSWobCbdpzJYLmlZSEz9uBaDe1 /ypUmEmHkSummueBxEXO3/x0eHNhrvnRy4DbvUgkmFamJef2IF2tGwnf3MovyG6DT2 jP8qOajAXVuGxJjXAHw/g4hBKIH1edCshHUpggcw= Date: Thu, 14 May 2020 18:17:21 +0300 From: Laurent Pinchart To: Geert Uytterhoeven Cc: Laurent Pinchart , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas , Rob Herring , DRI Development Subject: Re: [PATCH v1.1 4/4] dt-bindings: display: bridge: renesas,lvds: Convert binding to YAML Message-ID: <20200514151721.GF5955@pendragon.ideasonboard.com> References: <20200405232318.26833-5-laurent.pinchart+renesas@ideasonboard.com> <20200513232840.22687-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Geert, On Thu, May 14, 2020 at 09:31:53AM +0200, Geert Uytterhoeven wrote: > On Thu, May 14, 2020 at 1:29 AM Laurent Pinchart wrote: > > Convert the Renesas R-Car LVDS encoder text binding to YAML. > > > > Signed-off-by: Laurent Pinchart > > Acked-by: Maxime Ripard > > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml > > > +examples: > > + - | > > + #include > > + #include > > + > > + lvds@feb90000 { > > + compatible = "renesas,r8a7795-lvds"; > > + reg = <0 0xfeb90000 0 0x14>; > > #{address,size}-cells = <1> for examples. > Applies to all nodes below, too. Why ? -- Regards, Laurent Pinchart