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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 185E3C433E2 for ; Thu, 14 May 2020 21:37:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DF3C220709 for ; Thu, 14 May 2020 21:37:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ax8svKia" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF3C220709 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D0656E32E; Thu, 14 May 2020 21:37:53 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 280A66E32E for ; Thu, 14 May 2020 21:37:52 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E16B626A; Thu, 14 May 2020 23:37:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1589492270; bh=r7w1seKk94lC635xvi8ddGdPNjZzV7G8rR6A8E6Nsaw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ax8svKia4yEKShB3qJmaCJybaNITWBYQC5Ogg3Bw0vlgSXWM2ZC8KEgvzYDH7s5gr yQmt/IxAmMTHQZqAjxs1IhZDGyovMWc1L+EB+oyUrgvQGKtjBqJnbrWZCbAykJT2BJ Dg8HueHTzqZ4v08G9ATowJ8Bj5QlpX4wuy9w9vKg= Date: Fri, 15 May 2020 00:37:42 +0300 From: Laurent Pinchart To: Geert Uytterhoeven Subject: Re: [PATCH v1.1 4/4] dt-bindings: display: bridge: renesas,lvds: Convert binding to YAML Message-ID: <20200514213742.GO5955@pendragon.ideasonboard.com> References: <20200405232318.26833-5-laurent.pinchart+renesas@ideasonboard.com> <20200513232840.22687-1-laurent.pinchart+renesas@ideasonboard.com> <20200514151721.GF5955@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Laurent Pinchart , DRI Development , Rob Herring Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Geert, On Thu, May 14, 2020 at 09:02:54PM +0200, Geert Uytterhoeven wrote: > On Thu, May 14, 2020 at 5:17 PM Laurent Pinchart wrote: > > 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 ? > > See "[PATCH 5/5] dt-bindings: Fix incorrect 'reg' property sizes" > https://lore.kernel.org/linux-devicetree/20200512204543.22090-5-robh@kernel.org/ I don't like this much as it creates invalid examples, but until we have a better solution, I'll reduce the number of cells. -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel